Telnet usage: Difference between revisions

Jump to navigation Jump to search
Added nasal command, added in version 2018.1
(Added nasal command, added in version 2018.1)
Line 125: Line 125:
* '''[[Telnet usage#run|run]]''' - run a built in command
* '''[[Telnet usage#run|run]]''' - run a built in command
* '''[[Telnet usage#set|set]]''' - set value of property
* '''[[Telnet usage#set|set]]''' - set value of property
* '''[[Telnet usage#nasal|nasal]]''' - run nasal function
* '''[[Telnet usage#subscribe and unsubscribe|subscribe and unsubscribe]]''' - subscribing to property changes
* '''[[Telnet usage#subscribe and unsubscribe|subscribe and unsubscribe]]''' - subscribing to property changes
* '''?''' - shortcut to help
* '''?''' - shortcut to help
Line 220: Line 221:
/>  
/>  
</pre>
</pre>
=== nasal ===
Starting with version 2018.1 you can run nasal commands via telnet. You need to allow nasal from telnet with the "--allow-nasal-from-sockets" commandline option.
<pre>
/> nasal
<your nasal code>
##EOF##
/>
</pre>
The code can be many lines.


=== subscribe and unsubscribe===
=== subscribe and unsubscribe===
102

edits

Navigation menu