duet-bootstrap
This script generates a NetLinx workspace and source code to start up a Duet module. It is intended to be used when the entire AMX system has been programmed in Duet.
THIS IS A THIRD-PARTY TOOL AND IS NOT AFFILIATED WITH THE AMX ORGANIZATION
duet-bootstrap is now available as a Ruby gem. There is no more zip file to download.
Open the command line and type:
gem install duet-bootstrap
Run this script from the command line and pass the Duet module as a parameter in the file path. Pressing the tab key will auto-complete the file name. A module stub will be created and compiled in the working directory.
>duet-bootstrap My_Duet_File_dr1_0_0.jar
This tool is known to be stable.
Documentation can be found by opening duet-bootstrap.rb in a text editor or web browser.
This project is licensed under the Apache License, Version 2.0.
A copy of the license can be obtained from http://www.apache.org/licenses/LICENSE-2.0
http://www.alexmclain.com/contact
All Projects