A SMS Messageboard using node.js http://lbsfilm.at (Mirror of github)
Go to file
Lukas Bachschwell 7accd22dc8 Update server.js 2016-03-10 15:57:03 +01:00
.gitignore fixed merge 2016-03-10 15:14:51 +01:00
README.md Create README.md 2016-03-10 14:35:36 +01:00
app.js Database load working 2016-03-08 12:07:56 +01:00
board.html created config and added its functionality 2016-03-10 15:08:22 +01:00
db.json Update db.json 2016-03-10 15:55:43 +01:00
package.json Added LowDB 2016-03-07 21:48:24 +01:00
requestHandlers.js First poc 2016-03-07 21:48:50 +01:00
route.js Added server and Interface structure 2016-03-07 21:14:16 +01:00
sample.config.json created config and added its functionality 2016-03-10 15:08:22 +01:00
server.js Update server.js 2016-03-10 15:57:03 +01:00
test.js Fixed Emoji Support 2016-03-09 14:51:46 +01:00

README.md

nodeMessageBoard

A SMS Messageboard using node.js

Install

node message board works using a sim900 module connected using a usb serial converter. Make sure you have the needed drivers installed.

run npm install to install the dependencys (socket.io, lowdb, serialport)

rename sample.config.json to config.json and add your serialport and pincode into it

then run node app.js to run the server.

http://lbsfilm.at/