Skip to content

qrohlf/hive-node

 
 

Repository files navigation

HiveNode

A HiveNode is a wireless linux device for remotely monitoring beehive health. With HiveNode, any amateur bee-keeper can monitor their hives in real-time.

Setup (DEBIAN)

To install all dependencies for the HiveNode, run the following:

chmod +x install.sh
./install.sh

To Run

The HiveNode daemon will start on boot, via /etc/rc.local, but can be executed manually from the git repository:

sudo python HiveNode.py

/data

  • CSV-files and JSON-files are temporarily stored here.
  • Files in this directory are ignored by git.

/static

  • Files served by the webserver are kept here
  • Customization of these files is encouraged.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.2%
  • C++ 21.0%
  • Other 14.5%
  • Python 14.4%
  • Shell 3.8%
  • Processing 1.9%
  • Other 2.2%