Skip to content

wingchen/edge-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dashborad

edge-os

edge-os gathers a bunch of tools for edge device hackers to manage their edge machines without having to configure port-forwarding.

A fully hosted version can be found here at edge.sailoi.com. I will come up with a dockerized version of server later on.

It should also address many common features that's absolutely required when it comes to scaling up with edge machines.

I will gradually add in code when I am not working on my day job.

Builds and deployments

Usages, other docs and tutorials

General Admin

  1. Creating an account or logging in
  2. Creating a team for your edges
  3. Getting an edge connected to your team, or updating a connected edge
  4. Adding members or admins to your team

Working with your edges

  1. Connecting into your edge via SSH
  2. Sending or getting files from edges with scp
  3. Connecting into your edge with xrdp for Windows-like GUI (remote desktop)
  4. Check the basic metrics of your edge, including tegra GPU

Advanced

  1. Building EdgeOS for cloud and edge
  2. Deploying EdgeOS to self-hosted cloud
  3. Deploying EdgeOS to edge to connect to your self-hosted cloud

Issues and feature requests

Please feel free to use the github for these: https://github.com/wingchen/edge-os/issues.

Language Used

  • server: elixir, because I like the OTA from erlang
  • edge: rust, because I wanna learn it

License

MIT