Dev#7
Merged
MathieuSabarthes merged 51 commits intomainfrom Feb 10, 2026
Merged
Conversation
- Add Java-based WebSocket interface for Tele Information Client (TIC) - Implement real-time communication and data exchange capabilities - Include Maven build configuration and project structure - Add README in French and English - Include license files and contribution guidelines This commit establishes the foundation for the TIC2WebSocket application, a generic interface for accessing TIC data through WebSocket API.
feat: add initial project source code for TIC2WebSocket
…uting docs: add CHANGELOG and CONTRIBUTING
…hub.com/Enedis-OSS/TIC2WebSocket into chore/convert-to-google-java-code-style
…de-style Chore/convert to google java code style
…agnostic + ws tester * Refonte globale de l’architecture pour simplifier la base de code. * Migration des anciens packages enedis.* vers tic.* (core / frame / stream / io / service / util) avec nettoyage des anciennes implémentations. * Ajout/standardisation des codecs (JSON + encodage/décodage de trames) * Ajout d’outils de diagnostic en ligne de commande (core, modem, serial, USB) + enrichissement des tests unitaires. * Ajout d’une page HTML de test WebSocket et amélioration de la conformité REUSE / doc. * Support MacOS pour les ports série
JBO5m4r7135
requested changes
Feb 4, 2026
Collaborator
JBO5m4r7135
left a comment
There was a problem hiding this comment.
Il faut supprimer les fichiers dans les répertoires suivants:
- src/main/java/enedis
- src/dataDictionaryDescriptors
- src/test/java/enedis
Les scripts qui servent de lanceurs sont tous à corriger :
- TIC2WebSocket.sh (corriger enedis.tic.service.TIC2WebSocketApplication)
- TIC2WebSocket.bat (corriger enedis.tic.service.TIC2WebSocketApplication)
- TIC2WebSocket_remote_debug.sh (corriger tic.service.app.TIC2WebSocketApplication)
- SerialPortPlugNotifier.sh (corriger enedis.lab.io.serialport.SerialPortPlugNotifier)
- SerialPortPlugNotifier.bat (corriger enedis.lab.io.serialport.SerialPortPlugNotifier)
- TICPortPlugNotifier.sh (corriger enedis.lab.io.tic.TICPortPlugNotifier)
- TICPortPlugNotifier.bat (corriger enedis.lab.io.tic.TICPortPlugNotifier)
Le script setup_TIC2WebSocket.sh n'est pas fourni dans le livrable et en plus il met une version 0.0 en dur je ne suis pas sur qu'il faille garder ce script en tout cas pas tel quel.
JBO5m4r7135
approved these changes
Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.