Skip to content

Dev#7

Merged
MathieuSabarthes merged 51 commits intomainfrom
dev
Feb 10, 2026
Merged

Dev#7
MathieuSabarthes merged 51 commits intomainfrom
dev

Conversation

@MathieuSabarthes
Copy link
Copy Markdown
Collaborator

No description provided.

MathieuSabarthes and others added 9 commits August 20, 2025 15:22
- 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
MathieuSabarthes and others added 13 commits October 9, 2025 16:22
…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
Copy link
Copy Markdown
Collaborator

@JBO5m4r7135 JBO5m4r7135 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@MathieuSabarthes MathieuSabarthes merged commit 1f9bdc0 into main Feb 10, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants