Skip to content

Commit

Permalink
Submillisecond control server (#185)
Browse files Browse the repository at this point in the history
* Add lunatic-control crate

* Add lunatic-control-submillisecond crate

* Add separate test certificate functions

* Add control server host functions

* Add sqlite persistence to control server

* Remove module test insert

* Implement bind for nulls

* Fix serde_json::Value not working with Bincode in ControlServer abstract process

* Use git dependencies in lunatic-control-submillisecond

* Add control server readme

* Fix formatting in Cargo.toml file
  • Loading branch information
tqwewe committed Mar 14, 2023
1 parent e1a9520 commit 36d9a0c
Show file tree
Hide file tree
Showing 33 changed files with 4,243 additions and 324 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,3 +5,4 @@
debug.log
notes-*.md
publish.sh
control_server.db

0 comments on commit 36d9a0c

Please sign in to comment.