Files
start-os/backend
J M 928de47d1d Feat/long running sockets (#2090)
* wip: Working on sockets, but can't connect?

* simplify unix socket connection

* wip: Get responses back from the server at least once.

* WIP: Get the sockets working'

* feat: Sockets can start/ stop/ config/ properites/ uninstall

* fix: Restart services

* Fix: Sockets work and can stop main and not kill client

Co-authored-by: Aiden McClelland <me@drbonez.dev>
2023-03-07 19:09:10 -07:00
..
2022-09-01 10:32:01 -06:00
2023-03-07 19:09:10 -07:00
2022-01-21 20:35:52 -07:00
2022-11-29 09:43:54 -07:00
2023-03-07 19:09:10 -07:00
2023-03-07 19:09:10 -07:00
2022-01-21 20:35:52 -07:00
2022-11-29 09:43:54 -07:00
2022-01-21 20:35:52 -07:00
2022-09-01 10:32:01 -06:00
2022-01-21 20:35:52 -07:00

embassyOS Backend

Structure

The embassyOS backend is broken up into 4 different binaries:

  • embassyd: This is the main workhorse of embassyOS - any new functionality you want will likely go here
  • embassy-init: This is the component responsible for allowing you to set up your device, and handles system initialization on startup
  • embassy-cli: This is a CLI tool that will allow you to issue commands to embassyd and control it similarly to the UI
  • embassy-sdk: This is a CLI tool that aids in building and packaging services you wish to deploy to the Embassy

Finally there is a library embassy that supports all four of these tools.

See here for details.

Building

You can build the entire operating system image using make from the root of the embassyOS project. This will subsequently invoke the build scripts above to actually create the requisite binaries and put them onto the final operating system image.

Questions

If you have questions about how various pieces of the backend system work. Open an issue and tag the following people

  • dr-bonez