davidkirwan / ardtweeno

Ardtweeno is an application gateway which bridges devices connected via Serial Link and an Internet Protocol network. The system is designed as a PaaS (platform as a service) for the Raspberry Pi ARM platform.
GNU General Public License v3.0
5 stars 0 forks source link

Implement SerialParser subsystem in C/C++ or C extension for Ruby #9

Closed davidkirwan closed 11 years ago

davidkirwan commented 11 years ago

Get a proper hardened implementation of the SerialParser system up and running asap.

davidkirwan commented 11 years ago

It seems the underlying issues in the Ruby IO library have been resolved in ruby 2.0.0p0, and the serialport gem now works correctly in a threaded environment. I'm going to implement this sub system in Ruby once more, thereby moving the minimum Ruby version upto 2.0.0p0

davidkirwan commented 11 years ago

SerialParser subsystem implemented in Ruby and merged to dev