swarmit 0.4.4__tar.gz → 0.4.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {swarmit-0.4.4 → swarmit-0.4.5}/.gitignore +3 -0
- {swarmit-0.4.4 → swarmit-0.4.5}/PKG-INFO +4 -3
- {swarmit-0.4.4 → swarmit-0.4.5}/README.md +3 -2
- swarmit-0.4.5/testbed/swarmit/__init__.py +1 -0
- swarmit-0.4.4/testbed/swarmit/__init__.py +0 -1
- {swarmit-0.4.4 → swarmit-0.4.5}/AUTHORS +0 -0
- {swarmit-0.4.4 → swarmit-0.4.5}/LICENSE +0 -0
- {swarmit-0.4.4 → swarmit-0.4.5}/dotbot-firmware/doc/sphinx/conf.py +0 -0
- {swarmit-0.4.4 → swarmit-0.4.5}/pyproject.toml +0 -0
- {swarmit-0.4.4 → swarmit-0.4.5}/testbed/cli/main.py +0 -0
- {swarmit-0.4.4 → swarmit-0.4.5}/testbed/swarmit/adapter.py +0 -0
- {swarmit-0.4.4 → swarmit-0.4.5}/testbed/swarmit/controller.py +0 -0
- {swarmit-0.4.4 → swarmit-0.4.5}/testbed/swarmit/protocol.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: swarmit
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.5
|
4
4
|
Summary: Run Your Own Robot Swarm Testbed.
|
5
5
|
Project-URL: Homepage, https://github.com/DotBots/swarmit
|
6
6
|
Project-URL: Bug Tracker, https://github.com/DotBots/swarmit/issues
|
@@ -30,7 +30,8 @@ easily build and deploy a robotic swarm infrastructure testbed.
|
|
30
30
|
ARM TrustZone is used to create a sandboxed user environment on each device
|
31
31
|
under test, without requiring a control co-processor attached to it.
|
32
32
|
|
33
|
-
https://github.com/user-attachments/assets/eff63b07-216a-41fb-9062-2e0e56f03c20
|
33
|
+
<video src="https://github.com/user-attachments/assets/eff63b07-216a-41fb-9062-2e0e56f03c20" type="video/mp4" controls width="100%">
|
34
|
+
</video>
|
34
35
|
|
35
36
|
## Features
|
36
37
|
|
@@ -74,7 +75,7 @@ The communication between the computer and the swarm devices is performed via a
|
|
74
75
|
gateway board connected via USB to the computer.
|
75
76
|
|
76
77
|
This gateway uses the [mari](https://github.com/dotbots/mari) network stack and
|
77
|
-
|
78
|
+
must run the Mari gateway firmware.
|
78
79
|
|
79
80
|
The documentation to setup a Mari gateway is located
|
80
81
|
[here](https://github.com/DotBots/mari/wiki/Getting-started#running-mari-network-on-your-computer).
|
@@ -5,7 +5,8 @@ easily build and deploy a robotic swarm infrastructure testbed.
|
|
5
5
|
ARM TrustZone is used to create a sandboxed user environment on each device
|
6
6
|
under test, without requiring a control co-processor attached to it.
|
7
7
|
|
8
|
-
https://github.com/user-attachments/assets/eff63b07-216a-41fb-9062-2e0e56f03c20
|
8
|
+
<video src="https://github.com/user-attachments/assets/eff63b07-216a-41fb-9062-2e0e56f03c20" type="video/mp4" controls width="100%">
|
9
|
+
</video>
|
9
10
|
|
10
11
|
## Features
|
11
12
|
|
@@ -49,7 +50,7 @@ The communication between the computer and the swarm devices is performed via a
|
|
49
50
|
gateway board connected via USB to the computer.
|
50
51
|
|
51
52
|
This gateway uses the [mari](https://github.com/dotbots/mari) network stack and
|
52
|
-
|
53
|
+
must run the Mari gateway firmware.
|
53
54
|
|
54
55
|
The documentation to setup a Mari gateway is located
|
55
56
|
[here](https://github.com/DotBots/mari/wiki/Getting-started#running-mari-network-on-your-computer).
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.4.5"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.4.4"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|