You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+47-14Lines changed: 47 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,24 @@ A message communication tool for OpenIMU, OpenRTK and other devices of Aceinna
9
9
## Steps
10
10
11
11
### 1. Start the tool
12
-
There are 2 ways to run the tool
12
+
There are 3 ways to run the tool
13
13
14
14
#### Prepare
15
-
Install the dependency library. It is better to create a virtual environment before to do it.
15
+
1.Install the dependency library. It is better to create a virtual environment before to do it.
16
16
17
-
python 3.x
18
17
```bash
19
18
$ pip install -r requirements.txt
20
19
```
21
20
21
+
2. Install pcap api library(`optional`). Because we try to support INS401 a new device from Aceinna. It would use 100BASE-T1 ethernet, and the data transfer is in low-level of network, so we need help of pcap api. Actually, we integrated `scapy` in our project. The pcap api library is the dependency of `scapy`. If you are using a INS401 device, please also install the library based on your platform.
22
+
23
+
| Platform | Libraray | Reference |
24
+
| - | - | - |
25
+
| Windows |`npcap`|https://scapy.readthedocs.io/en/latest/installation.html#windows|
0 commit comments