Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blueluna/luaowt
1-wire reader and web service pusher written in lua.
https://github.com/blueluna/luaowt
Last synced: 24 days ago
JSON representation
1-wire reader and web service pusher written in lua.
- Host: GitHub
- URL: https://github.com/blueluna/luaowt
- Owner: blueluna
- License: mit
- Created: 2011-12-17T20:30:24.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-04T07:30:43.000Z (about 13 years ago)
- Last Synced: 2024-04-24T03:51:59.647Z (9 months ago)
- Language: Lua
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
luaowt
######1-wire temperature readout and publisher written in lua. Also see owt_ and owtweb_.
.. _owt: https://bitbucket.org/blueluna/owt
.. _owtweb: https://bitbucket.org/blueluna/owtweb(c) 2011 Erik Svensson
Licensed under the MIT license.Requirements
------------* Lua_
* LPEG_
* luasocket_
* luajson_
* Linux 1-wire master and 1-wire thermal slave(s).. _lua: http://www.lua.org/
.. _LPEG: http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html
.. _luasocket: http://luasocket.luaforge.net
.. _luajson: https://github.com/harningt/luajsonSetup
-----This code is meant for a linux kernel with support for a 1-wire master and the 1-wire thermal drivers.
This has been tested on Linux 3.1.4 on a Atmel AT91SAM9260 (ARM).Use ``make`` to build the c extensions.
..
$ makeThis will result in ``ks0066.so`` and ``sysinfo.so``.
run ``luaowt.lua``.
..
$ lua luaowt.lua