Skip to content

Commit

Permalink
latest pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
RonaldsonBellande committed Dec 4, 2024
1 parent 3bef045 commit 4e19797
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 15 deletions.
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
43 changes: 32 additions & 11 deletions dependencies.bellande
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 4e19797

Please sign in to comment.