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.git
sudo python crosstag_server.py
python crosstag_reader.py
python crosstag_viewer.py
sudo nano /etc/kbd/config
BLANK_TIME=0
POWERDOWN_TIME=0
sudo /etc/init.d/kbd restart
sudo nano /etc/lightdm/lightdm.conf
xserver-command=X -s 0 dpms
sudo apt-get update
sudo apt-get install weavedconnectd
sudo weavedinstaller
sudo 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/