forked from lbsadmin/nodeMessageBoard
A SMS Messageboard using node.js http://lbsfilm.at (Mirror of github)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
served | 6 years ago | |
.gitignore | 6 years ago | |
README.md | 6 years ago | |
app.js | 5 years ago | |
board.html | 5 years ago | |
clear.html | 5 years ago | |
demo.html | 5 years ago | |
package.json | 5 years ago | |
requestHandlers.js | 6 years ago | |
route.js | 6 years ago | |
sample.config.json | 5 years ago | |
server.js | 5 years ago |
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.