Breaking DigiLinX Drivers Into Modules

Technorati Tags: NetStreams, DigiLinX, Lua
One challenge that I’ve faced with Lua development for DigiLinX is the amount of code that seems to be duplicated from driver to driver. As a dynamically typed language with little OO support, Lua code can quickly become verbose and unwieldy when developing for DigiLinX, as some of the sample drivers demonstrate.
When I set [...]

Debugger v 0.6 BETA released

Updates include:

Added support for GUI messages
Added a license file
Added a change log file

Download is available on my projects page.

New DigiLinX Driver Debugger

I just posted a replacement for the DigiLinX debugging tool on my Projects page. Give it a go, and leave comments about the tool behind for me.
Feature requests should go in the NetStreams forum where I announced the app’s release.
Happy Debugging!