I’ve now both gotten it working on 5.1.4 and have abstracted out the transport layer. As it stands which “transport” one uses is a compile-time option set by enabling or disabling some defines in config.h, but both serial (using pty to simulate re…
I’ve now both gotten it working on 5.1.4 and have abstracted out the transport layer. As it stands which “transport” one uses is a compile-time option set by enabling or disabling some defines in config.h, but both serial (using pty to simulate re…
I’ve tinkered a bit further with Lua-RPC, but I’ve still not settled on how I’d like to deal with multiple lower level layers over which it can operate. Inherently, it should be fairly simple because all the modalities mentioned in the title can b…
I’ve been contributing to the eLua project since early this year, and have really enjoyed digging into some low-level details for implementing drivers and higher level functionality for an embedded dynamic language. While many people would toss ou…
Instructions on how to use Soundflower & esound to pipe all the audio output on your Mac to a Linux box (and the other direction if you want): http://rolf.haynberg.de/?p=14 Latency is about 500ms, which could be better, but it’s an improvement ove…