Ecosyste.ms: Timeline

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

Orange-OpenSource/its-client

mathieu1fb opened a pull request on Orange-OpenSource/its-client
documentation: update general readme and contributors files, add readme to the java/iot3 package
**What's changed**; - updated main `README` with quick description of the Java libs - updated `CONTRIBUTORS` file - added new `README` in the java/iot3 package, describing the Java Iot3 Core a...
github-actions[bot] pushed 1 commit to gh-pages Orange-OpenSource/its-client

View on GitHub

ymorin-orange pushed 3 commits to master Orange-OpenSource/its-client
  • python/iqm: explicitly disable TLS for neighbours As explained in b9c9fea83242 (python/iqm: add support for MQTT aut... d2927c5
  • python/iqm: be a bit more explicit about what BOOL value we expect Even though explicitly listed in the comment abov... 3542504
  • Merge pull request #196 from ymorin-orange/nyma/gh-194 python/iqm: fix subscribing to neighbours, take 2 fbc0c3c

View on GitHub

ymorin-orange closed a pull request on Orange-OpenSource/its-client
python/iqm: fix subscribing to neighbours, take 2
**Bug fix:** * closes #194 --- **How to test:** 1. start two MQTT brokers; the socket is considered "local", and 1235 is considered the "neighbour"; start an MQTT client on the local brok...
tigroo created a review on a pull request on Orange-OpenSource/its-client
code and tests ok: ``` (kvmk8371-cfR1RAWf) ~/Workspace/its-client git:[3542504] mosquitto_sub --unix /tmp/mqtt.sock -t '#' -F '%U %t %p' 1729862575.858387921 default/outQueue/v2x/cam/1/2/3/0 ...

View on GitHub

ymorin-orange opened a draft pull request on Orange-OpenSource/its-client
python/iqm: fix subscribing to neighbours, take 2
**Bug fix:** * closes #170 --- **How to test:** 1. start two MQTT brokers; 1234 is considered "local", and 1235 is considered the "neighbour"; start an MQTT client on the local broker: ...
tigroo opened an issue on Orange-OpenSource/its-client
manage the status of a broker
ymorin-orange opened an issue on Orange-OpenSource/its-client
python/interqueuemanager: impossible to connect to neighbour
**What:** The interqueuemanager can't connect to neighbours when they are not on the standard clear port 1883 when TLS is not available on that port. --- **Expected results:** The interqueuemana...
github-actions[bot] pushed 1 commit to gh-pages Orange-OpenSource/its-client

View on GitHub

mathieu1fb pushed 2 commits to master Orange-OpenSource/its-client
  • github/workflows: add java workflows Signed-off-by: Mathieu LEFEBVRE <[email protected]> c3dd797
  • Merge pull request #193 from mathieu1fb/feature/workflow github/workflows: add java workflows 5535777

View on GitHub

mathieu1fb closed a pull request on Orange-OpenSource/its-client
github/workflows: add java workflows
**Features**; GitHub Workflows: Java workflows have been added for IoT3 Core, Mobility and Examples modules. --- **How to test** 1. Clone the `mathieu1fb/its-client` fork. 2. Checkout t...
ymorin-orange created a review on a pull request on Orange-OpenSource/its-client
All three java workflows OK: - [x] [IoT3 Core](https://github.com/ymorin-orange/its-client/actions/runs/11515409130/job/32056014801) - [x] [IoT3 Examples](https://github.com/ymorin-orange/its-cli...

View on GitHub

ymorin-orange created a review on a pull request on Orange-OpenSource/its-client
Please, add your Signed-off-by to all commit logs.

View on GitHub

ymorin-orange created a review on a pull request on Orange-OpenSource/its-client
Please, add your Signed-off-by to all commit logs.

View on GitHub

mathieu1fb opened a pull request on Orange-OpenSource/its-client
github/workflows: add java workflows
**Features**; GitHub Workflows: Java workflows have been added for IoT3 Core, Mobility and Examples modules. --- **How to test** 1. Clone the `mathieu1fb/its-client` fork. 2. Checkout t...
ymorin-orange created a comment on an issue on Orange-OpenSource/its-client
@nbuffon FYI, for scheduling the task.

View on GitHub

ymorin-orange opened an issue on Orange-OpenSource/its-client
python/its-vehicle: telmetry authentication is hard-coded
**What:** The telemetry authentication type is hard-coded to _BasicAuth_, see 863ecb59aa4bfa39b24175a9ff53d29a6f312429 (python/vehicle: hot-fix for OpenTelemetry authentication). This makes it im...
mathieu1fb opened a pull request on Orange-OpenSource/its-client
java/iot3mobility: fix topic root for mobility messages publication
**Fixes**; IoT3 Mobility SDK: Fix topic root for CAM, DENM and CPM publication : it is now correctly set according to the "context" parameter. --- **How to test** 1. Clone the its-client...
github-actions[bot] pushed 1 commit to gh-pages Orange-OpenSource/its-client

View on GitHub

mathieu1fb pushed 8 commits to master Orange-OpenSource/its-client
  • java/iot3core: add TLS capability to the MQTT client efa7ee2
  • java/iot3mobility: add TLS and telemetry options to IoT3Mobility f2d2fb2
  • java/iot3examples: add TLS option to Iot3CoreExample 97a350c
  • java/iot3examples: add TLS and telemetry options to Iot3MobilityExample c7135a5
  • java/iot3core: add method to IoT3Core to check that the connection is secured 229f181
  • java/iot3core: fix the isConnectionSecured method of the MqttClient 845c180
  • java/iot3examples: add check for secured connection de073f8
  • Merge pull request #190 from mathieu1fb/feature/security Java/iot3core: secure message exchanges for user equipment 59d2902

View on GitHub

mathieu1fb closed an issue on Orange-OpenSource/its-client
Secure message exchanges for user equipment
- [ ] Use certificate to secure connection to the broker - [ ] MQTTS GIVEN the public root CA that signed the certificate of the message broker was provisioned AND the message broker hostname's ...
mathieu1fb created a comment on a pull request on Orange-OpenSource/its-client
> Vu. Tested with EXAMPLE_MQTT_USE_TLS to false: Error during connection to the server: Server closed connection without DISCONNECT. Tested with EXAMPLE_MQTT_USE_TLS to true: Seems good. First (to ...

View on GitHub

fredOG-2A1 created a review on a pull request on Orange-OpenSource/its-client
Vu. Tested with EXAMPLE_MQTT_USE_TLS to false: Error during connection to the server: Server closed connection without DISCONNECT. Tested with EXAMPLE_MQTT_USE_TLS to true: Seems good. First (to ...

View on GitHub

mathieu1fb opened a pull request on Orange-OpenSource/its-client
Java/iot3core: secure message exchanges for user equipment
**Features**; IoT3 Core SDK: TLS is now operational to secure the connection with an MQTT broker (server certificate only, using system trust store to verify it). Closes: #139 --- **How...
nbuffon closed an issue on Orange-OpenSource/its-client
Get connection information through bootstrap sequence
Call bootstrap API to gather - [ ] Connection credentials - [ ] Services URIs
nbuffon closed an issue on Orange-OpenSource/its-client
Get connection information through bootstrap sequence
Call bootstrap API to gather - [ ] Connection credentials - [ ] Services URIs
nbuffon opened an issue on Orange-OpenSource/its-client
Use bootstrap information to connect to services
Services: - [ ] MQTTs - [ ] WSs (MQTT) - [ ] OTLP --- GIVEN I received the list of the URL for each service AND I received the credentials to use for each service WHEN I connect to a service usin...
nbuffon opened an issue on Orange-OpenSource/its-client
Use bootstrap information to connect to services
Services: - [ ] MQTTs - [ ] WSs (MQTT) - [ ] OTLP --- GIVEN I received the list of the URL for each service AND I received the credentials to use for each service WHEN I connect to a service usin...
nbuffon opened an issue on Orange-OpenSource/its-client
Get connection information through bootstrap sequence
Input: PSK1 + URL authority + role Call bootstrap API to gather - [ ] Connection credentials - [ ] Services URIs --- GIVEN I was provided the URL of the bootstrap API AND I was provided bootst...
nbuffon opened an issue on Orange-OpenSource/its-client
Get connection information through bootstrap sequence
Input: PSK1 + URL authority + role Call bootstrap API to gather - [ ] Connection credentials - [ ] Services URIs --- GIVEN I was provided the URL of the bootstrap API AND I was provided bootst...
Load more