defunctzombie / jifi

Java IFI loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jifi

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.

Java IFI Loader

use

Jifi can be used as a GUI or CLI app.

$ jifi <device> <hex file>

prebuilt binaries

protocol

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.

history

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).

About

Java IFI loader


Languages

Language:Java 93.5%Language:Shell 2.7%Language:C++ 2.7%Language:C 1.1%