View Single Post
  #1   Spotlight this post!  
Unread 08-01-2014, 00:26
josh.pruim josh.pruim is offline
Registered User
FRC #4014
Team Role: Programmer
 
Join Date: Aug 2012
Rookie Year: 2011
Location: United States
Posts: 36
josh.pruim will become famous soon enough
[Project Idea] - FRC Driver Station in Java

After working on a FIRST FMS system that is written in pure Java, I got an idea of trying to implement the Driver Station in Java as well, because I have a hunch that the reason we aren't seeing OS X and Linux dashboards is due to the fact they don't want to rewrite the DS.

Would it be violating the rules to implement such a project? (I'm not trying to actually use this during competitions [Unless FIRST actually starts using a new DS based on it, Probably unlikely] but more for testing. I know a few teams that do their development on OS X or Linux and have to use a separate computer to control it.)

I'm totally willing to dedicate a little time during the coming week (Still in planning of robot, No code to write yet.) to developing a Java port of the DS.

Hopes for now:
A Java port of the DS that can control the robot with the same protocol as the current DS.

Hopes for later:
Plugin architecture (Have DS-side scripting for controllers, whatever you can write a plugin for)
Encryption to any OpenFMS-based servers (So nobody could modify the control packets, i.e. dropping/forging packets when a ref disables you FMS-side)

Last edited by josh.pruim : 08-01-2014 at 00:34.
Reply With Quote