Skip to content

ej222pj/crosstag

 
 

Repository files navigation

Crosstag: A sensible gym solution for sensible gyms

Features

Installation

install dependencies and clone this repo

sudo apt-get install python3-pip python3-dev build-essential 
sudo pip3 install --upgrade pip 
sudo pip3 install --upgrade virtualenv 
sudo apt-get install git
git clone https://github.com/ej222pj/crosstag.git
sudo cd crosstag
sudo pip3 install -r requirements.txt
sudo apt-get install unixodbc unixodbc-dev freetds-dev freetds-bin tdsodbc
sudo cp -f freeodbcconfig/freetds.conf /etc/freetds/
sudo cp -f freeodbcconfig/odbc.ini /etc/
sudo cp -f freeodbcconfig/odbcinst.ini /etc/
edit db_service/sql_client_cfg.py to correct database info

To start the server

sudo python3 crosstag_server.py

To start the reader in the terminal

sudo python3 crosstag_reader.py --dummy

To start the reader on a Raspberry PI

sudo python3 crosstag_reader.py

About

A small, lightweight, RFID tagin system for a gym

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 48.0%
  • JavaScript 22.8%
  • HTML 21.0%
  • CSS 7.5%
  • Shell 0.7%