Orange-OpenSource / Orange-OpenSource/its-client
manage the information message of a broker
Open
@ymorin-orange is already working on this.
Since Jun 30, 2025.
Python
- Dominant language
- Java
- Stars
- 19
- Forks
- 12
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 3
Description
Actual:
On an its-client used to produce information connected to a mqtt broker, we've got this payload for example:
default/outQueue/v2x/status {"time_sources": [], "cellular": [], "gnss": {"software": "unknown", "model": "unknown", "mode": 0}, "version": "1.2.0", "type": "status", "id": "ora_status_003default", "system": {"type": "obu", "hardware": "Unknown", "os_release": {"NAME": "obu-os", "PRETTY_NAME": "The On-Board Unit Operating System", "CPE_NAME": "cpe:/o:orange:obu-os:20241022.1245-LO-Sprint3-rc1", "ID": "obu-os", "ID_LIKE": "buildroot", "VERSION": "20241022.1245-LO-Sprint3-rc1", "VERSION_ID": "20241022.1245-LO-Sprint3-rc1", "DEVICE_TYPE": "geoserver.oci_x86_64"}, "cpu_load": [1.5712890625, 1.93115234375, 1.9697265625], "memory": [4101586944, 863399936], "storage": [41429692416, 19736285184]}, "timestamp": 1729858479.0032103}
``
Let's update the system type, PRETTY_NAME and CPE_NAME fields for a"geoserver" type.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.