Netburner MOD54415 with AngelScript scripting and Jquery UI Demo
This is a demo of how to edit and dynamically update AngelScript scripts on the Netburner MOD54415
AngelScript Source Code
//This is a simple demo that illustrates how the Netburner MOD54415 can be used as a self hosted IDE //Saving the AngelScript script in this editor will send the source code to the MOD54415 using an AJAX post. //The code will then be compiled and executed on the MOD54415 //Some global variables int loop = 5; int counter =0; //This function is called once after the script is compiled void Init() { float num1 = 1.11; float num2 = 1.11; float ans = num1 + num2; print("\n\n\nFloating point add example " + num1 + " + " + num2 + " = " + ans + " \n"); print("AngelScript Rocks!!!! \n\n\n"); print("Netburner fans have fun playing with this!!!! \n\n\n"); } //This function is called once per second void One_Hz() { string strvalue = ""; for(int i=0; i
Settings
Digital I/O
Digital Items
Use this space as appropriate
Analog I/O
Analog Items
Use this space as appropriate
CAN Bus
CAN Items
Use this space as appropriate
Future
Future Items
Use this space as appropriate