This commit is contained in:
parent
3bef0451fe
commit
4e19797597
23
README.md
23
README.md
@ -2,14 +2,29 @@
|
||||
|
||||
## Core Features or To Be Implemented
|
||||
|
||||
## Bellande Node Calculations
|
||||
## Bellande Step Calculations
|
||||
- https://git.bellande-technologies.com/BRSRI/bellande_step
|
||||
- https://github.com/Robotics-Sensors/bellande_step
|
||||
|
||||
## Bellande Propabilistic used in Bellande Search Path
|
||||
## Bellande Limit Calculations
|
||||
- https://git.bellande-technologies.com/BRSRI/bellande_limit
|
||||
- https://github.com/Robotics-Sensors/bellande_limit
|
||||
|
||||
## Bellande Node Importance Calculations
|
||||
- https://git.bellande-technologies.com/BRSRI/bellande_node_importance
|
||||
- https://github.com/Robotics-Sensors/bellande_node_importance
|
||||
|
||||
## Bellande Particles Calculations
|
||||
- https://git.bellande-technologies.com/BRSRI/bellande_particles
|
||||
- https://github.com/Robotics-Sensors/bellande_particles
|
||||
|
||||
## Bellande Propabilistic Calculations
|
||||
- https://git.bellande-technologies.com/BRSRI/bellande_probabilistic
|
||||
- https://github.com/Robotics-Sensors/bellande_probabilistic
|
||||
|
||||
## Bellande Search Path
|
||||
- https://github.com/Robotics-Sensors/bellande_search_path_api
|
||||
## Bellande Search Path Calculations
|
||||
- https://git.bellande-technologies.com/BRSRI/bellande_search_path
|
||||
- https://github.com/Robotics-Sensors/bellande_search_path
|
||||
|
||||
### Protocol Support
|
||||
- TCP/UDP Communication
|
||||
|
@ -1,17 +1,38 @@
|
||||
tokio: "1.28"
|
||||
tokio: "1.0"
|
||||
features:
|
||||
- rt
|
||||
- net
|
||||
- time
|
||||
- sync
|
||||
- macros
|
||||
rt
|
||||
net
|
||||
time
|
||||
sync
|
||||
macros
|
||||
io-util
|
||||
|
||||
serde: "1.0"
|
||||
features:
|
||||
- derive
|
||||
derive
|
||||
|
||||
hyper: "0.14"
|
||||
features:
|
||||
client
|
||||
server
|
||||
http1
|
||||
http2
|
||||
|
||||
hyper-rustls: "0.24"
|
||||
features:
|
||||
http1
|
||||
http2
|
||||
|
||||
rustls: "0.21"
|
||||
|
||||
tokio-rustls: "0.24"
|
||||
|
||||
tokio-util: "0.7"
|
||||
features:
|
||||
codec
|
||||
net
|
||||
|
||||
serde_json: "1.0"
|
||||
bincode: "1.3"
|
||||
rand: "0.8"
|
||||
uuid: "1.3"
|
||||
features:
|
||||
- v4
|
||||
- serde
|
||||
async-trait: "0.1"
|
||||
|
Loading…
Reference in New Issue
Block a user