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.

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"
Loading
demo.mp4

About

๐Ÿ’พ Hosts the code and a websocket to pass along highlighting info

Topics

Resources

License

Stars

Watchers

Forks