Skip to content

dandanpan/multi-people-tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Footstep WSN Pi Overlay

A set of scripts for deploying services on Raspberry Pis for the Footstep WSN.

Installation

  1. Expand SD file system. sudo raspi-config and select Expand Filesystem. It'll run, select Finish and then reboot now.
  2. Create the Footstep project directory: mkdir -p Footstep/config
  3. Change to that directory: cd Footstep/config
  4. Clone this repository: git clone https://github.com/dandanpan/multi-people-tracking.git .
  5. Run /bin/bash install.sh

Updating

Use this to update existing nodes.

  1. ssh into the raspberry pi
  2. Change to the footstep directory: cd Footstep/config
  3. Pull the latest code from git: git pull. Enter the username and password when asked.
  4. Run the deploy script /bin/bash deploy.sh

Repository Structure

  • scripts/ - set of scripts for services to run
  • services/ - services to install into init.d
  • logs/ - logs will be outputted to this directory
  • install.sh - main install script

Dependencies

  1. Python
  2. python-firebase
  3. node.js / npm
  4. pm2
  5. mqtt client

Tools

  1. vim
  2. ssh

Definition Requirements

  1. Node ID
  2. Reverse SSH Port
  3. Firebase API URL
  4. MQTT Server
  5. ssh Gateway (URL, account name, .pem)
  6. Submission API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •