Name | Modified | Size | Downloads / Week |
---|---|---|---|
Old_releases | 2013-11-28 | ||
mfc_gpl_0.02.tar.gz | 2013-11-11 | 28.8 kB | |
README | 2013-11-08 | 1.6 kB | |
Totals: 3 Items | 30.4 kB | 1 |
MicroFox Config GPL is a program to allow the user to modify the behavior of the Micro-Fox 15 fox hunting transmitter by Byonics, LLC. http://www.byonics.com I personally thought the Micro-Fox 15 was a cool device after seeing one that was owned by a fellow ham. I asked the people at Byonics, LLC if I could have access to the necessary information in order to write this program. They very generously agreed! Thank you!! I chose FLTK for two reasons: a) I have familiarity with it after writing another program b) FLTK is a cross platform toolkit Please not that as of this writing, this software has only been tested on a computer running Linux. I do not own computers that run any other operating system. I would like to hear stories from people who attempt to compile and run this software on any other operating system. Installation ============ This program was developed on Ubuntu 12.04.3 using gcc version 4.6.3. The following packages are required to properly build this software. The versions are those used by the developer. - libfltk1.3-dev FLTK, version 1.3.x - libserial-dev Serial port programming in C++, version 0.6.0~rc1 - libmhash-dev mhash for CRC32 calculation, version 0.9.9.9 On an Ubuntu system, try these commands (as root or with sudo): apt-get update apt-get install libfltk1.3-dev apt-get install libserial-dev apt-get install libmhash-dev Then, try building the software: tar xzvf mfc_gpl.tar.gz . cd mfc_gpl_<ver> edit Makefile if desired to change installation directory make && make install mfc_gpl Andy Stewart (KB1OIQ) 08-nov--2013