diff --git a/README.md b/README.md index 6b8f65f..ba5f400 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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) @@ -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. diff --git a/modules/PERFORMANCE.md b/modules/PERFORMANCE.md index 4cb871c..15e569e 100644 --- a/modules/PERFORMANCE.md +++ b/modules/PERFORMANCE.md @@ -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 @@ -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