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
|
## 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
|
- 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
|
- https://github.com/Robotics-Sensors/bellande_probabilistic
|
||||||
|
|
||||||
## Bellande Search Path
|
## Bellande Search Path Calculations
|
||||||
- https://github.com/Robotics-Sensors/bellande_search_path_api
|
- https://git.bellande-technologies.com/BRSRI/bellande_search_path
|
||||||
|
- https://github.com/Robotics-Sensors/bellande_search_path
|
||||||
|
|
||||||
### Protocol Support
|
### Protocol Support
|
||||||
- TCP/UDP Communication
|
- TCP/UDP Communication
|
||||||
|
@ -1,17 +1,38 @@
|
|||||||
tokio: "1.28"
|
tokio: "1.0"
|
||||||
features:
|
features:
|
||||||
- rt
|
rt
|
||||||
- net
|
net
|
||||||
- time
|
time
|
||||||
- sync
|
sync
|
||||||
- macros
|
macros
|
||||||
|
io-util
|
||||||
|
|
||||||
serde: "1.0"
|
serde: "1.0"
|
||||||
features:
|
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"
|
serde_json: "1.0"
|
||||||
bincode: "1.3"
|
bincode: "1.3"
|
||||||
rand: "0.8"
|
rand: "0.8"
|
||||||
uuid: "1.3"
|
async-trait: "0.1"
|
||||||
features:
|
|
||||||
- v4
|
|
||||||
- serde
|
|
||||||
|
Loading…
Reference in New Issue
Block a user