I’m very intrigued with Luup and what you can do with it. I’m a hardware and networking guy. I specialize in Machine to Machine communications over cellular. Never been a coder but Luup may change that for me. I need a little guidance on the best way to get started. Any tips?
These are some links to wiki pages related to plugin development.
This is a good place to start regarding Luup plugins:
http://wiki.micasaverde.com/index.php/Luup_Plugins
http://wiki.micasaverde.com/index.php/Luup_Plugins_ByHand
Here is the complete Luup API:
http://wiki.micasaverde.com/index.php/Luup_Lua_extensions
Here you can find more information on the Luup functions:
http://wiki.micasaverde.com/index.php/Luup_Declarations
Here you can find how to debug Luup plugins:
http://wiki.micasaverde.com/index.php/Luup_Debugging
You should also look at some plugins on code.mios.com for examples.
[quote=“mcvflorin, post:2, topic:172351”]These are some links to wiki pages related to plugin development.
This is a good place to start regarding Luup plugins:
http://wiki.micasaverde.com/index.php/Luup_Plugins
http://wiki.micasaverde.com/index.php/Luup_Plugins_ByHand
Here is the complete Luup API:
http://wiki.micasaverde.com/index.php/Luup_Lua_extensions
Here you can find more information on the Luup functions:
http://wiki.micasaverde.com/index.php/Luup_Declarations
Here you can find how to debug Luup plugins:
http://wiki.micasaverde.com/index.php/Luup_Debugging
You should also look at some plugins on code.mios.com for examples.[/quote]
Perfect… this will keep me busy for awhile… Thanks!