I'm new and want to develop a new app.
My Q is:
I want to connect 3 or more devices to one pc. Via bluetooth or IP (Wifi) or activesync.
The app that I have to run on the PC (Host and settings) can be build from the ppc development tool (for example basic4ppc or the MS dev kit) or I need to use a different language - development tool for PC only?
I know it's totally noob q but I'm a newbie...
thanx for your time in advance...
Ok I started with Visual Studio 2008 and C#.
Here in the wiki is said to use C++. In that case I have to build the app then send it to the ppc or the emulator and test it?
Now another Q concerning locking and having to register the app... are there any standards?
Are there any buttons tricks etc to spice the forms?
Since as I see there is no answer can you please point me at some programmers forum for WM???
Hey,
i'm looking for a library containing ssh. Searched for a while but i've only found topics before the mango release.
I know that the socket class is crippled in mango but i hope there is someone who succeded in porting a existing library or creating a new one, which works for mango.
I'm trying to make an ssh app. The existing ones all seem to just forward the commands to a main server which then establishes the ssh connection via a script or something else, running on that server.
I would like to do that without the way via a main server so I hope someone can help me.
If there is no possibility of establishing an ssh connection with the available socket class in mango, I would be happy about all hints for doing this with the help of a server like the other ones seem to do it.
I hope you've got some hints for me.
Ben
Sent from my GT-I9100 using XDA App
Where'd you get the idea that they're doing that forwarding from? You have to implement the SSL yourself (Mango public sockets don't have a public SSL implementation) but you can definitely do SSH. "The SSH Client" is the forst I know of that uses Mango sockets and seems to work fine. When I connect it to my home PC and check the network traffic, it's coming directly from the phone.
Hey,
I read several threads where people achieved ssh without the sockets from mango with a external main server. But these threads are all more than a half year old.
But like you said there is a possibility with the new sockets. That sounds good. I will see what I can find on that topic, concerning the implementation of the ssl protocol.
Do you have any hints or resources for me?
Sent from my GT-I9100 using XDA App
If you search for ".NET SSL" or ".NET SSH" you'll probably find some source code you can use (check the licensing, of course). Again, though - why bother? There are apps, even free ones, that already provide direct SSH client function on the phone.
It's just for a class at university We have to make a couple of different apps.
It hasn't be too complicated. Simply SSH in my case and adding some features, depending on the time, which is left after implementing the core function.
I've got 2 weeks.
Thanks for your help, i'll go for it and will see what i get.
Hi
Like the DEV HTTP CLIENT CHROME app I need to create a andriod app .I need to perform the following functions HEAD ,OPTIONS ,DELETE also I need to have a button to SAVE . Can anyone help me on this give me suggestion on how to do this.
Thanks
Hello,
i had try to find in Google or here, put i cant find
is there any free or paid app for access router cisco or other device via ssh?
all ssh that i found was to access Linux based server, but [email protected]ort dont work with cisco so is unless
hope someone have some solution
thanks
Sorry for bad English
I believe you would need to contact Cisco to see if they have any sort of product that is similar to what you are looking for.
Hi,
I am pretty new to Android development and wondering if it is possible to create an application that allows a user to connect and send AT commands to a device remotely from a desktop and if so, point me in the direction on where to start on this.
Also, would the device have to be rooted to send/receive the commands?
Thanks