Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 .
```