xod/debug@0.37.3

License: AGPL-3.0

Debug nodes for XOD
NodeDescription
console-log
Outputs a line of text to the board standard debug interface
example-tethering-internetNo description
http-request(tethering-inet)
Performs an HTTP request and returns the response as a stream of characters Possible errors: — Can't open TCP connection — Can't send data to the socket
tethering-inetNo description
tweak-byte
Outputs a fixed byte value which you may change in real-time during a debug or simulation session
tweak-boolean
Outputs a fixed boolean value which you may change in real-time during a debug or simulation session
tweak-color
Outputs a color value which you may change in real-time during a debug or simulation session
tweak-number
Outputs a fixed numerical value which you may change in real-time during a debug or simulation session
tweak-string-128
Outputs a 128-character string which you may change in real-time during a debug or simulation session
tweak-string-16
Outputs a 16-character string which you may change in real-time during a debug or simulation session
tweak-pulse
Outputs a pulse whenever you trigger it manually in real-time during a debug or simulation session
tweak-string-32
Outputs a 32-character string which you may change in real-time during a debug or simulation session
tweak-string-64
Outputs a 64-character string which you may change in real-time during a debug or simulation session
watch
Shows incoming values in the realtime, when a debug session is active