Jesús Leganés-Combarro

Results 812 comments of Jesús Leganés-Combarro

You're jumping the gun significantly here; a filesystem is a _lot_ of work > away. First there needs to be a driver framework, a block device framework, > and an...

There's not really any need to store files currently, though. What files > would there be? > > For example, the full Python standard library :-) Batteries included!!! :-P >...

I have it, so that's no a problem ;-) There's also some QEmu configurations to emulate it on a PC on Internet and on the Rapsberry Pi forums, although doesn't...

> Like the pxa270 port, however, the only driver is the boot serial console. > > Enough to start :-) Would be possible to update the readme to add this...

[OffTopic] > It runs CPython, yes (currently 2.7.3 as I haven't been paying enough > attention to update to 2.7.5) - I intend to move to CPython 3.3+ at some...

What's the current status? I've tried `example-client.js` on several networks but I don't get any answer at all, so I can't be able to implement a DHCP client... The only...

Yes, I'm executing it as root. If not, it gives a permissions problem, and if the port is being used an ADDRINUSE one El 16/05/2015 23:50, "Andrew Paprocki" [email protected] escribió:...

No, I didn't, I used the package as it got downloaded. Should I change it? If so, maybe it should be fetch automatically... El 17/05/2015 00:41, "Andrew Paprocki" [email protected] escribió:...

Don't know if it's v0.12 only, but the build-in `os` module has a `networkInterfaces` method that return a list with the available network interfaces, including their MAC address: ``` Javascript...

I see. Then if it's so simple, for example purposses I think it should use the MAC address of the machine where it's running instead of having a hardcoded one......