Re: Porting Pyro to micropython
Irmen de Jong <[email protected]> Mon, 17 Feb 2014 23:48:36 +0100
| Newsgroups | gmane.comp.python.pyro |
|---|---|
| Message-ID | <[email protected]> |
On 17-2-2014 23:40, Frédéric wrote: > There will be support for Wi-Fi trough CC3000 module, and Ethernet will be > supported via a WIZ820io. But I don't know if there will be a full Tcp/IP > stack support... > > But do we really need such connection? Is it not possible to use some > USB/serial/SPI/I²C connection, instead, which is more embedded-oriented? Perhaps, although if you cannot use socket+select/poll on that interface you will have to implement a custom server and connection object. Pyro depends on TCP/IP sockets or Unix domain sockets. I don't have experience with accessing other serial interfaces from Python so can't tell if this is possible. > Well, as you said in your previous message, micropython is maybe too young, > now. In fact, the project is not yet officially released; code is open only > for devs... Hey, if it's in a public repo on github, it's released, no? :-) Irmen ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk _______________________________________________ Pyro-core mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyro-core