Re: Sending files across 2 PDA connected in wifi(ad-hoc mode)
"Luke Dunstan" <[email protected]>
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <[email protected]> |
PythonCE supports sockets so yes, it is possible to transfer data over a wireless LAN just like any other TCP/IP network. No I haven't tried with two PDAs. If you are searching for source code then try looking for Python sockets code in general, and test your code on a Windows PC first with local sockets. Have a look at the "socket" module. Luke ----- Original Message ----- From: Francois Bonnet To: [email protected] Sent: Tuesday, August 08, 2006 7:19 AM Subject: [PythonCE] Sending files across 2 PDA connected in wifi(ad-hoc mode) Hi, I would like to code a soft to send files between 2 PDA (Arm based devices) connected in ad-hoc mode. (using wifi) and I can't file any source code for this. Is it possible with PytonCE ? Have you ever try? Thanks for your help! Regards Francois ------------------------------------------------------------------------------ _______________________________________________ PythonCE mailing list [email protected] http://mail.python.org/mailman/listinfo/pythonce _______________________________________________ PythonCE mailing list [email protected] http://mail.python.org/mailman/listinfo/pythonce