WebDMA 0.2 Released

WebDMA 0.2 is now available for download at the WebDMA project site. Using C++ operator overloading, WebDMA provides proxy objects that your application can use as normal variables which can be manipulated or displayed by your application via a configurable jQuery/javascript powered AJAX-enabled Web 2.0 interface hosted by an lightweight embedded web server. Its really neat, and really useful for tuning/debugging our FRC robot. Of course, it works on Windows/Linux too.

This is a better packaged version of WebDMA, with a few feature improvements. Of particular interest to FRC teams, I have released an installer that installs the object files for WebDMA on your robot, and copies the header files to the needed locations for Wind River. There is also a sample program installed for Wind River as well that allows you to control two motors on your robot with the web interface as a demo. All you need to do to use WebDMA on your robot is install the install package to your development computer, and then run the install program to copy the necessary object files to your robot.

While this is very easy and painfree for beginners to install and use, of course I must give you this disclaimer since a program installed by the installer writes directly to the robot to install the object file:

WARNING: The provided installer will WRITE DIRECTLY TO YOUR ROBOT and modify files on it via FTP.

While I have tested this and this works just fine for our team on our cRio with no ill effects, I cannot be held responsible for your robot. This installer is not sanctioned or associated with National Instruments, Wind River, or FIRST Robotics. In particular, this may void your warranty, render your cRio useless, and COST YOUR TEAM A LOT OF MONEY.

If you are a student: DO NOT DOWNLOAD AND INSTALL THIS ON YOUR ROBOT WITHOUT ASKING THE ADULT LEADER OF YOUR TEAM.

But seriously, it works just fine for me though. And if you have problems, let me know. 🙂

Leave a Reply