I really wish I had written more here. Maybe by Christmas?
- Designed to run on a Raspberry Pi (http://www.raspberrypi.org/products/)
- COTS RFID-reader compatible (https://www.sparkfun.com/products/retired/9875, https://www.sparkfun.com/products/13198)
- Stand alone server
- Stand alone reader
- Stand alone viewer
- Not much more
sudo pip3 install —upgrade pip
sudo pip3 install Flask
sudo pip3 install Flask-SQLAlchemy
sudo pip3 install Flask-wtf
sudo pip3 install pyfiglet
sudo pip3 install requests
sudo pip3 install pyserial
git clone https://github.com/lundstrj/crosstag.gitsudo python crosstag_server.pypython crosstag_reader.pypython crosstag_viewer.pysudo nano /etc/kbd/configBLANK_TIME=0
POWERDOWN_TIME=0
sudo /etc/init.d/kbd restart
sudo nano /etc/lightdm/lightdm.conf
xserver-command=X -s 0 dpmssudo apt-get update
sudo apt-get install weavedconnectd
sudo weavedinstallersudo apt-get install gnome-schedule
crontab -e <== Opens crontab file
Add 3 lines in the bottom for automatic email, automatic sync and clear tagcounter
* 10 * * 1 wget -O - -q -t 1 http://localhost/crosstag/v1.0/send_latecomers_email/
* 6 * * 1 wget -O - -q -t 1 http://localhost/crosstag/v1.0/fortnox/
0 4 1 * * wget -O - -q -t 1 http://localhost/crosstag/v1.0/clear_tagcounter/