Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simagix/signature-map
A web app to display uploaded signatures to guest book using web socket and MQTT
https://github.com/simagix/signature-map
Last synced: about 1 month ago
JSON representation
A web app to display uploaded signatures to guest book using web socket and MQTT
- Host: GitHub
- URL: https://github.com/simagix/signature-map
- Owner: simagix
- Created: 2016-02-21T21:08:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-05T13:54:40.000Z (almost 9 years ago)
- Last Synced: 2024-11-05T21:42:17.052Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 278 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Signature Map
Signature Map is a socket.io app. The node.js powered web server listens to a MQTT broker and updates the map accordingly.
### Keywords
- AngularJS
- socket.io
- Node.js
- MQTT### Installation
```
npm install
```### Start Web Server
```
npm start
```
The default port is 3301, http://localhost:3031.
### Docker Build
```
docker build -t signature-map .
```### Docker Run
```
docker run -p 3301:3301 -d signature-map
```### Build for Raspberry PI
```
docker build -t simagix/signature-map-rpi -f Dockerfile.rpi .
```