OpenFRC / NTCoreGopher

NTCore implementation in Golang
MIT License
0 stars 0 forks source link

Ideas for implementation #1

Open dixonwille opened 7 years ago

dixonwille commented 7 years ago

https://github.com/technomancers/goNTCore

I have written the above code and all seems well except for actually saving of the Key Values. The Client and Server Handshake work as well as all the protocols. This code needs to be cleaned up but I like the initiative here and would like to help. Was looking into the same thing but with RustLang as well.

dixonwille commented 7 years ago

Also, I am a mentor for Team 1758. Just realized that NTCore and NetworkTables are two different things which would make my life 10 times easier.

Saw your FRCDeploy for vim and thought about this that we used for 2017 https://github.com/technomancers/GradleRIO. I wrote it myself and uses maven to pull dependencies. Uses gradle build system instead of Ant which is what FRC uses. This allows for more modern editors to integrate with it easier.