This project is not maintained and exists here for reference only
Jifi is a java based program loader for legacy FRC controllers designed by IFI robotics. It should also work on old vex robotics controllers from the same era.
Jifi can be used as a GUI or CLI app.
$ jifi <device> <hex file>
- Windows: jifi_0.1.3_win32.zip
- Linux: jifi_0.1.3_linux32.tar.gz
The protocol is based on Microchip Application Note 851 with some additional elements not present in the application node.
See the wiki for protocol details.
Jifi was developed to be able to download code and view terminal output for the old FRC robotics system in Linux. This was when they were still using Microchip chips and downloading code over a serial cable. At the time, there was not good way to do this in Linux. Many existing C based loaders that were no longer maintained and did not work for certain versions of the FRC system. The java loader works on both Linux and Windows platforms (sorry macs) and provides similar functionality as the old IFI loader (code download and terminal view).