Added new view roboauthall
It returns bitmask of all tool permissions for a given user
Major changes to mainbox code.
-Added local cache for RFID -> tool permissions-Queries new page /crm/roboauth/%08x, which gives bitmask of all toolpermissions instead of just one-Added pid file at /var/run/tooltron.pid-Now must be run as "tooltron run" and also has "tooltron refresh" and...
Added new logging functions which inject timestamps
Changed URLs to match actual server
Adding rfid-web
The javascript will query the rfid reader (using main.c, set up ontooltron.roboclub.org with CGI) and insert it into a form.
Removed some of the fields on the add user admin page
Removed rfid_restart flag
This way the AVR will always repoll the rfid reader after the timeout,so hopefully it will never hang. Who knows?
query.c has optional debug output for /add_card_event
Fixed missing import in views.py
Adding program_tool script so we remember how to set tool id
Added environment setup to wsgi.py for usage with apache
Removed migrations from repo
Fixed Add User page error
Added add_card_event view and made some minor changes to models
Event submissions from ./tooltron tested and working
Added username/password to add_event query
Fixed curl SSL queries failing and queue bug
Added query_add_event to mainbox code
Removed a bunch of .pyc files
Added some scripts for working with virtualenv and running the server
Removed virtualenv and added requirements.txt in its place
Now each developer can have their own virtual environment built fromrequirements.txt, without the annoying path problems that come from theenvironment being under source control
Fixed another overflow bug and removed isqrt
Fixed timing in current sensing
The ADC interrupt didn't clear the TIFR timer interrupt flag, whichmeans the ADC wasn't triggered again on the next compare match.
Fixed overflow in current calculation
Switch ADC to timer 1 because timer 0 was taken. Oops.
1 2 3 4 Next ยป (1-25/95) | Per page: 25, 50, 100
Also available in: Atom