Skip to content

πŸ’Ύ Hosts the code and a websocket to pass along highlighting info

License

Notifications You must be signed in to change notification settings

AutoSumo/code-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Server

Hosts the code and a websocket to pass along highlighting info.

Loading
flowchart TD
    web["🌐 Web Interface"] -->|uploads code| code-server[("πŸ’Ύ Code Server\n(this)")]
    code-server -->|highlight data| web
    code-server -->|downloads code| bot-server["πŸ’» Bot Server"]
    bot-server -->|highlight data| code-server
    bot-server -->|motor instructions| robot["πŸ€– Robot"]
    robot -->|sensor data| bot-server
    tag-server["πŸ“· Tag Server"] -->|apriltag positions| bot-server
    
    style code-server stroke-width:2px,stroke-dasharray: 5 5,stroke:#3b82f6
    
    click web "https://github.com/AutoSumo/web"
    click bot-server "https://github.com/AutoSumo/server"
    click robot "https://github.com/AutoSumo/robot"
    click tag-server "https://github.com/AutoSumo/tag-server"
demo.mp4

About

πŸ’Ύ Hosts the code and a websocket to pass along highlighting info

Topics

Resources

License

Stars

Watchers

Forks