Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 432 Bytes

File metadata and controls

15 lines (10 loc) · 432 Bytes

Funky Log Client

App to view logs from robot code. Utilizes custom compression algorithm to reduce log size by 25% on average. Also includes filtering and searches, which driver station console does not currently provide. Logs are sent over UDP from robot code. FunkyLogServer must be running on robot to receive logs.

Running the application:

./gradlew run

Compiling for general use:

./gradlew build