1
0
Fork 0
A SMS Messageboard using node.js http://lbsfilm.at (Mirror of github)
Go to file
eorg_oz d1a99e9f65 Move demoMode to config.json - Correction 2017-03-06 18:12:48 +01:00
served Added static serving of Jquery bootstrap and others 2016-03-15 11:22:03 +01:00
.gitignore added db.json 2016-03-15 11:27:10 +01:00
README.md Create README.md 2016-03-10 14:35:36 +01:00
app.js Move demoMode to config.json - Correction 2017-03-06 18:12:48 +01:00
board.html clean board 2016-11-16 15:37:02 +01:00
clear.html Added serverside functions and routing for demomode 2016-06-28 20:14:35 +02:00
demo.html Added demo gui for testing without gsm module 2016-06-28 20:10:33 +02:00
package.json cleanup after bad merge 2016-11-16 15:20:45 +01:00
requestHandlers.js more routingchanges 2016-06-28 20:15:57 +02:00
route.js Added server and Interface structure 2016-03-07 21:14:16 +01:00
sample.config.json Move demoMode to config.json 2017-03-06 18:04:01 +01:00
server.js Move demoMode to config.json 2017-03-06 18:04:01 +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/