techpack/sl_controller
Michal Cieslakiewicz a7173e046d sl_controller: report correct state when asked.
LUA Controller now correctly responds to state requests, returning
'running' or 'stopped' according to its operational status.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2018-10-21 11:16:08 +02:00
..
2018-06-26 23:04:25 +02:00
2018-06-26 23:04:25 +02:00
2018-06-24 15:01:33 +02:00
2018-06-24 22:33:00 +02:00
2018-06-26 23:04:25 +02:00
2018-06-24 15:01:33 +02:00
2018-07-14 11:57:09 +02:00
2018-07-07 13:16:35 +02:00

SaferLua Controller [sl_controller]

A tubelib compatible controller to be programmed in LUA

The mod uses SaferLua [safer_lua] as Lua sandbox for safe and secure code execution.

License

Copyright (C) 2018 Joachim Stolberg
Code: Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt

Dependencies

tubelib, safer_lua

History

  • 2018-06-24 v0.01 * first draft
  • 2018-06-26 v0.02 * Battery and Server added