Giter Club home page Giter Club logo

gontcore's Introduction

ntcore

Currently under development. Help is wanted. Read TODO list below for a better understanding what needs to get done.

GoLang implementation of WPILibs ntcore package. This repository should stay private until it has been fully tested and implemented properly.

Network Table V3

To view the standards that this package follows read NetworkTable3

TODO

  • Create all the possible Entry types
    • Include a way to Marshal and Unmarshal them
  • Create all the possible Message types
    • Include a way to Marshal and Unmarshal them
  • Create a NetworkTable interface that should be used for anything to talk on the Network
  • Create a Data interface for NetworkTable interface to use for manipulating data
  • Create a NetworkTable struct that implements the NetworkTable interface but consumes the Data interface
  • Create a Server that can listen to multiple clients as well as broadcast to them
    • Cleanup old connections
  • Create a Client that can listen to a server for messages
    • Should be able to initiate handshake
  • Create a data struct to implament Data that is connected to a Key Value store
    • Has to handle keys, IDs and SNs correctly
    • Should handle persistent flag correctly
  • Server needs to have NetworkTabler methods so that it can send the appropriate messages
  • Client needs to have NetworkTabler methods so that it can send the appropriate messages
  • Fix the Server handshake to return EntryAssign for all entries it knows about
  • Fix the Client handshake to return what is different between what the server has and what it has
  • Modify Server handler method to manipulate data on the server side
  • Modify Client handler method to manipulate data on the client side

gontcore's People

Contributors

dixonwille avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

gontcore's Issues

Re Write Data layer

Currently data layer seems jumbled. Should probably re write to make it cleaner.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.