-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce remote API for the northstar runtime
* Add new data model * Usage of json api in console * new client based on json api * Serialization for Socket API with serde-json * Remove old dcon client * Move help to client * Add basic info to README * Add length to frames -- we pack the complete message into a frame that contains the length in 4 bytes before the actual message * Add tests for frame header * Add rake-task to do a debug build * Use uniqu hid for start/stop/uninstall (no regex is constructed anymore) makes it unambigous which component is meant * add request/response id pairs * add checks for matching request-response id pairs * move api to north_common * move API functionality out of command_processor into state so that it might be reused * update API documentation * Fix clippy warnings * add clippy nightly checks to rake task
- Loading branch information
Showing
20 changed files
with
1,188 additions
and
1,033 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.