NLED ArtNet Recorder
A simple application for recording one ArtNet universe and writing the data to a file. The created files can be loaded into external software such as NLED Aurora Magician or other applications that support the file formats. The currently supported file formats are a custom binary(.bin) file for use with NLED software and devices, but is quite simple and could be ported for use on other platforms. The user interface allows the settings and configurations to be setup. It offers the ability to crop the recorded ArtNet data by removing data frames from the beginning or the end. That makes it much easier to capture only the data required.
Utilizes NodeJS, websockets, and a front-end browser webpage for user interfacing. When the NodeJS script is launched it automatically starts a webserver and launches the user interface in the default browser.
This project is offered as a stand-alone executable, no additional installations are required.
Short Feature List:
- Stand alone app with web browser user interface
- Free, Open Source, Javascript Based