[flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-18 Thread r.fender
I think Alchemy (http://labs.adobe.com/technologies/alchemy/) might just be able to take me down the path I need. Plus it might force me to learn C/C++. Not sure if I am excited about that or not though. --- In flexcoders@yahoogroups.com, Nate Beck [EMAIL PROTECTED] wrote: Even though this

Re: [flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-17 Thread Tom Chiverton
On Friday 14 Nov 2008, r.fender wrote: runs in an embedded device. Currently, it is browser based, running through SSL, using AMFPHP to execute shell_exec() commands to run low-level Unix scripts to configure the devices. The project managers now want to remove the app from the browser and use

[flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-17 Thread r.fender
Why not have your app push the commands up to a web server, and the device polls that server for commands ? Well, we are polling now for command results and they want real-time returns. They want me to hook into a socket run a command/unix script and wait for the return. Some scripts run

Re: [flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-17 Thread Tom Chiverton
On Monday 17 Nov 2008, r.fender wrote: Well, we are polling now for command results and they want real-time returns. COMET or simaler AJAX techniques any help ? Currently, it is browser based, running through SSL, using AMFPHP to execute shell_exec() commands to run low-level Unix scripts

[flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-17 Thread r.fender
library has a TCL(ssl) connection that works great. Might have to look into that. Thanks for the idea. -Original Message- From: flexcoders@yahoogroups.com on behalf of r.fender Sent: Fri 14/11/2008 18:55 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Actionscript SSH Library

[flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-17 Thread r.fender
Could you use ssh tunneling (outside of your air app). It would mean that you would need to install an ssh client and set it up first... It dependes if your project is for private consumption or public... Not sure if the upper-ups would be willing to want to require the admins to install

[flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-17 Thread r.fender
Currently, it is browser based, running through SSL, using AMFPHP to execute shell_exec() commands to run low-level Unix scripts to configure the devices. Are you saying the existing browser-based version executes commands locally (i.e. the browser and web server (with AMFPHP

Re: [flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-17 Thread Nate Beck
Even though this is absolutely a preview / research project at the moment. Adobe Alchemy (http://labs.adobe.com/technologies/alchemy/): Welcome the preview release of codename Alchemy. Alchemy is a research project that allows users to compile C and C++ code that is targeted to run on the open

Re: [flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-17 Thread Johannes Nel
Alchemy is sweeet! this weekend - dedicated to XSLT and some new compiler :) On Tue, Nov 18, 2008 at 5:51 AM, Nate Beck [EMAIL PROTECTED] wrote: Even though this is absolutely a preview / research project at the moment. Adobe Alchemy (http://labs.adobe.com/technologies/alchemy/): Welcome

Re: [flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-16 Thread Johannes Nel
managers want to use AIR. -Original Message- From: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com on behalf of r.fender Sent: Fri 14/11/2008 18:55 To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com Subject: [flexcoders] Re: Actionscript SSH Library..heard of any

[flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-14 Thread r.fender
Yep, that's the complication that scares me. I have an application that runs in an embedded device. Currently, it is browser based, running through SSL, using AMFPHP to execute shell_exec() commands to run low-level Unix scripts to configure the devices. The project managers now want to

Re: [flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-14 Thread Fotis Chatzinikos
Could you use ssh tunneling (outside of your air app). It would mean that you would need to install an ssh client and set it up first... It dependes if your project is for private consumption or public... On Fri, Nov 14, 2008 at 8:55 PM, r.fender [EMAIL PROTECTED] wrote: Yep, that's the

RE: [flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-14 Thread Jim Hayes
Sent: Fri 14/11/2008 18:55 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Actionscript SSH Library..heard of any? Yep, that's the complication that scares me. I have an application that runs in an embedded device. Currently, it is browser based, running through SSL, using AMFPHP