Skip to content

Team846/FunkyLogClient

Repository files navigation

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