
These files are distributed open-source for your free use and modification, with two provisos: please retain my name-company credits in the comments, and if you make improvements in the code (it could use them!) please send a copy to me. Comments and questions are also welcome. You'll need Python 2.3 or later and TKinter (the most common Python graphical interface) to run oneTagWorld. The files are provided as a ZIP archive. Just decompress all the files into a convenient folder and run G2_LogicalTag_controlpanel.py from your terminal, with Python Launcher, or from IDLE. I'm working in Mac OS 10.5 under Python 2.5, but Release 1 ran fine in Win XP SP2 and Python 2.4.
There are several bugs that I've found time to discover but not correct. Here’s a contribution from user Antoni Morro, January 2008:
“When I was trying to do a RequestRN the following error message promp up: " Type Error: float() takes at most 1 argument (2 given)". I just modified that for this: currRN=int(currRNValue,16). Idem for ACK command. “
oneTagWorld archive