Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Orange-OpenSource/its-client

nbuffon opened an issue on Orange-OpenSource/its-client
Define SREM contract
nbuffon opened an issue on Orange-OpenSource/its-client
Define SSEM contract
nbuffon opened a pull request on Orange-OpenSource/its-client
Rust mqtt telemetry
Closes #124
github-actions[bot] pushed 1 commit to gh-pages Orange-OpenSource/its-client

View on GitHub

ymorin-orange pushed 6 commits to master Orange-OpenSource/its-client
  • python/iot3/core: fix span name when emiting/receiving MQTT messages Signed-off-by: Yann E. MORIN <yann.morin@orange... 10441f4
  • python/iot3/core: drop superfluous span attribute for MQTT message The publish/receive actions are matching the prod... 7caaa25
  • python/iot3/core: span attribute for MQTT mesage no longer a test The span attribute with the MQTT topic is no longe... 5618eb9
  • python/iot3/core: add MQTT payload size as span attribute Signed-off-by: Yann E. MORIN <[email protected]> 975297c
  • python/iot3/core: add SDK language span attribute Signed-off-by: Yann E. MORIN <[email protected]> bc7dc8e
  • Merge pull request #178 from ymorin-orange/nyma/otel-spans python/iot3: extend OpenTelemetry attributes 2eb528a

View on GitHub

ymorin-orange closed a pull request on Orange-OpenSource/its-client
python/iot3: extend OpenTelemetry attributes
**Features**; * Extend OpenTelemetry attributes * common, generic attribute `iot3.core.sdk_language` * MQTT attributes `iot3.core.mqtt.payload_size` and `iot3.core.mqtt.topic` --- ...
mathieu1fb created a review on a pull request on Orange-OpenSource/its-client
Code review OK and tests passed with expected results.

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages Orange-OpenSource/its-client

View on GitHub

mathieu1fb pushed 7 commits to master Orange-OpenSource/its-client
  • java/iot3core: align telemetry implementation with spec e4b5259
  • java/iot3core: add details to span error status 5482eb6
  • java/iot3core: setup a single callback instead of one per subscription in the MQTT client d7b6763
  • java/iot3core: add basic authentication to OpenTelemetryClient b65ceb2
  • java/iot3core: add a Builder for IoT3Core b7e6ce6
  • java/iot3core: update Iot3CoreExample class with IoT3Core Builder example and better MQTT test cases 5ccf887
  • Merge pull request #181 from mathieu1fb/feature/telemetry Java/iot3core: send messages to telemetry service for MQTT... 9b97d2d

View on GitHub

mathieu1fb closed an issue on Orange-OpenSource/its-client
Send messages to telemetry service from user equipment for MQTT exchanges
- [ ] service_name: client app name (configurable) - [ ] span.status: Error si problème, sinon Unset (ne rien faire) - [ ] span.name: IoT3 Core MQTT Message - [ ] span.kind: consumer lors de la...
github-actions[bot] pushed 1 commit to gh-pages Orange-OpenSource/its-client

View on GitHub

mathieu1fb closed an issue on Orange-OpenSource/its-client
Exchange mobility message for user equipment
- [ ] Road Hazard (uuid, cause, subcause, lifetime, ..., DENM) - [ ] Road User (uuid, ..., CAM) - [ ] Road Sensor (uuid, ..., [Sensor object (uuid, position, quality, PO)], CPM) GIVEN a produc...
mathieu1fb pushed 12 commits to master Orange-OpenSource/its-client
  • java/examples: add CPM logs 171b12a
  • java/iot3mobility: add DENM send 692c45b
  • java/iot3mobility: add raw CAM / DENM / CPM send methods b46b448
  • java/iot3examples: add DENM send test c977bb3
  • java/iot3mobility: improve CPM related classes and add some javadoc f91e0ce
  • java/iot3mobility: improve CAM related classes and add some javadoc de82866
  • java/iot3mobility: improve DENM related classes and add some javadoc 95859b0
  • java/iot3mobility: improve common ITS message classes and add some javadoc 09d8d9a
  • java/iot3examples: improve Iot3MobilityExample class and add CPM send test 957cde2
  • java/iot3mobility: fix RoadSensor bug 1fa30e2
  • java/iot3mobility: fix CAM HighFrequencyContainer Builder default values a9be075
  • Merge pull request #175 from mathieu1fb/development java/iot3mobility: implement send and receive of mobility messages 125a0c1

View on GitHub

mathieu1fb closed a pull request on Orange-OpenSource/its-client
java/iot3mobility: implement send and receive of mobility messages
--- **Features**; IoT3 Mobility SDK: * Implement send and receive of CAM (+ receive of abstracted object RoadUser) * Implement send and receive of DENM (+ receive of abstracted object...
fredOG-2A1 created a review on a pull request on Orange-OpenSource/its-client
Relu. RAS

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages Orange-OpenSource/its-client

View on GitHub

nbuffon pushed 4 commits to master Orange-OpenSource/its-client
  • rust: impl From<&Self> for Quadkey Signed-off-by: Nicolas Buffon <[email protected]> aaf7d3c
  • rust: add GeoConfiguration to allow GeoTopic conf GeoTopic content was so far hardcoded using legacy project values ... c24b8a1
  • rust: use configuration to create GeoTopic Signed-off-by: Nicolas Buffon <[email protected]> a06efec
  • Merge pull request #179 from nbuffon/geo_topic 74c61d5

View on GitHub

nbuffon closed a pull request on Orange-OpenSource/its-client
Geo topic
What's new --------------- Remove the hard coded parts prefix and suffix and allow GeoTopic creation from by getting them from the configuration How to test --------------- 1. Create the...
Hugues360 created a review on a pull request on Orange-OpenSource/its-client

View on GitHub

mathieu1fb opened a pull request on Orange-OpenSource/its-client
Send messages to telemetry service for MQTT exchanges
**Features**; IoT3 Core SDK: Telemetry is now operational when publishing and receiving MQTT messages, using the OpenTelemetry client: `service_name`, `span.status`, `span.name`, `span.kind`, `...
nbuffon created a comment on a pull request on Orange-OpenSource/its-client
Fixed the PR description, missed the blanks Also fixed the typos

View on GitHub

nbuffon created a comment on a pull request on Orange-OpenSource/its-client
> Just a question: why commit [aaf7d3c](https://github.com/Orange-OpenSource/its-client/commit/aaf7d3c543805b6c5a710c1bae8d43f44e1659b7) is part of the PR. Is it used in the other commits? This ...

View on GitHub

Hugues360 created a comment on a pull request on Orange-OpenSource/its-client
With the correct quadkey in test_copycat.sh and debug mode, the verifications of paragraph 3. are Ok.

View on GitHub

Hugues360 created a comment on a pull request on Orange-OpenSource/its-client
2.Run the copycat example To see the logs indicated in 3., we have to launch in debug: RUST_LOG=debug cargo run --example copycat --features geo_routing

View on GitHub

Hugues360 created a comment on a pull request on Orange-OpenSource/its-client
In the MR description, in the indication to create the /tmp/test_copycat.sh file, spaces have been added in the quadkey of the mosquitto_pub that makes mosquitto_pub failing default/outQueue/v2x...

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages Orange-OpenSource/its-client

View on GitHub

ymorin-orange pushed 2 commits to master Orange-OpenSource/its-client
  • python/vehicle: hot-fix for OpenTelemetry authentication The OpenTelemetry client needs to be given the type of auth... 863ecb5
  • Merge pull request #180 from ymorin-orange/nyma/vehicle-otel-auth python/vehicle: hot-fix for OpenTelemetry authenti... ca8f3dc

View on GitHub

ymorin-orange closed a pull request on Orange-OpenSource/its-client
python/vehicle: hot-fix for OpenTelemetry authentication
**Bug-fix:** * Workaround authentication in its-vehicle --- ***How to test:* 1. Start an OpenTelemetry collector with Basic Auth. 2. Install its-vehicle 3. Enable telemetry in its-vehic...
tigroo created a review on a pull request on Orange-OpenSource/its-client
tested together, ok.

View on GitHub

ymorin-orange opened a pull request on Orange-OpenSource/its-client
python/vehicle: hot-fix for OpenTelemetry authentication
**Bug-fix:** * Workaround authentication in its-vehicle --- ***How to test:* 1. Start an OpenTelemetry collector with Basic Auth. 2. Install its-vehicle 3. Enable telemetry in its-vehic...
Load more