Skip to content

Commit

Permalink
* Add info about discovery issues, when OM decides to assign custom I…
Browse files Browse the repository at this point in the history
…P address

Signed-off-by: Piotr Sobiech <[email protected]>
  • Loading branch information
psobiech committed Feb 5, 2024
1 parent 279ffa7 commit 86aaf3c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ What works:

Does not work:

- No known issues
- If OM decides to assign different IP address for a device, the discovery will not work. As a workaround starting a fresh OM project seems to work best.

Other workaround would be to assign the device the same IP address as OM tries to force on it, then on next discovery the device should be accepted.

TODOs:

Expand Down Expand Up @@ -101,7 +103,7 @@ Implemented: No
1. Start OM Discovery
1. When prompted for KEY type: `00000000`
![vclu_sn.png](docs%2Fimg%2Fvclu_sn.png)
1. Virtual CLU should be available like normal CLU (you might see errors regarding IP address assignment, they can be ignored - since we cannot change IP address from an application):
1. Virtual CLU should be available like normal CLU (you might see errors regarding IP address assignment, since we cannot change IP address from an application, currently its best to start a fresh OM project):
![vclu_discover.png](docs%2Fimg%2Fvclu_discover.png)
![vclu_features.png](docs%2Fimg%2Fvclu_features.png)

Expand Down Expand Up @@ -156,6 +158,9 @@ echo 0 | sudo tee /proc/sys/net/ipv4/ip_unprivileged_port_start
sudo setcap 'cap_net_bind_service=+ep' "$JAVA_HOME/bin/java"
```

# Performance
[PERFORMANCE.md](modules%2FPERFORMANCE.md)

# Licenses

Documentation (docs/ directory) is under CC BY-SA 4.0 license.
Expand Down
23 changes: 15 additions & 8 deletions modules/PERFORMANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ In the examples, the test was run using 64 separate threads were executed for a

## Raspberry PI4 8GB

Model: Raspberry Pi 4 Model B Rev 1.4
Linux: 6.1.0-rpi7-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64 GNU/Linux
CPU: (4 x 1.8 GHz)
CLU: OpenGr8ton VCLU (Version: bcf741d) using Java 21.0.1+12-LTS
**Model**: Raspberry Pi 4 Model B Rev 1.4

**Linux**: 6.1.0-rpi7-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64 GNU/Linux

**CPU**: (4 x 1.8 GHz)

**CLU**: OpenGr8ton VCLU (Version: bcf741d) using Java 21.0.1+12-LTS

### Results

Expand All @@ -34,11 +37,15 @@ Maximum 106785

Messages per second: 1676

## Odroid H3+ (Intel N6005)
## Odroid H3+

**Model**: Odroid H3+ (Intel N6005)

**Linux**: 5.10.0-27-amd64 #1 SMP Debian 5.10.205-2 (2023-12-31) x86_64 GNU/Linux

**CPU**: Intel(R) Pentium(R) Silver N6005 @ 2.00GHz (4 x 2.3 GHz)

Linux: 5.10.0-27-amd64 #1 SMP Debian 5.10.205-2 (2023-12-31) x86_64 GNU/Linux
CPU: Intel(R) Pentium(R) Silver N6005 @ 2.00GHz (4 x 2.3 GHz)
CLU: OpenGr8ton VCLU (Version: bcf741d) using Java 21.0.1+12-LTS
**CLU**: OpenGr8ton VCLU (Version: bcf741d) using Java 21.0.1+12-LTS

### Results

Expand Down

0 comments on commit 86aaf3c

Please sign in to comment.