Skip to content

Simulation bridge event based architecture #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 71 commits into from
Jun 26, 2025
Merged
Show file tree
Hide file tree
Changes from 34 commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
d7fbb4d
Simulation bridge event based architecture
marcomelloni May 27, 2025
d936642
merge with main
marcomelloni May 29, 2025
e2ff894
fix error in README
marcomelloni May 29, 2025
c7eb6d3
poetry.lock
marcomelloni May 30, 2025
c9c71f7
rest_adapter http2.0
marcomelloni Jun 2, 2025
f4ae162
improving simulationbridge
marcomelloni Jun 3, 2025
37eb72e
handle gracefull shutdown
marcomelloni Jun 3, 2025
a531b93
added CLI option --generate-project
marcomelloni Jun 3, 2025
ed78e70
fix README
marcomelloni Jun 3, 2025
4ba2d48
addressing comment sonarqube
marcomelloni Jun 3, 2025
0490d43
fix readme, internal architecture documentation
marcomelloni Jun 3, 2025
0f51914
Centralized Signal Manager, best practices blinker
marcomelloni Jun 3, 2025
9d66186
pylint improving, deleting initialization mqtt on bridge_core
marcomelloni Jun 3, 2025
0a625c9
improvement
marcomelloni Jun 3, 2025
8c01e15
fix readme
marcomelloni Jun 4, 2025
0c963f2
scheme readme
marcomelloni Jun 5, 2025
5640351
fix gitignore to ignore dist folder
marcomelloni Jun 5, 2025
5915426
adapters.json
marcomelloni Jun 6, 2025
010f8aa
more scalable bridge_core and protocol_adapters
marcomelloni Jun 6, 2025
e9f650f
improved flexibility protocol adapters, auto-connection signal manager
marcomelloni Jun 7, 2025
3437555
mqtt name convention create_request
marcomelloni Jun 7, 2025
ae3839a
readme improved
marcomelloni Jun 8, 2025
f56f944
deleted readme adding_new_protocol
marcomelloni Jun 8, 2025
7ab54c2
README updated
marcomelloni Jun 10, 2025
3b6f7e0
fix readme
marcomelloni Jun 10, 2025
eea65b7
improving error handler
marcomelloni Jun 13, 2025
61f4b1d
README improved
marcomelloni Jun 13, 2025
b621b8f
README improved
marcomelloni Jun 13, 2025
c18470a
merge matlab-agent branch
marcomelloni Jun 16, 2025
c5985ac
copilot review
marcomelloni Jun 16, 2025
825f911
certs.py SSL configuration
marcomelloni Jun 16, 2025
6e947b8
supports credential for mqtt and rabbitmq
marcomelloni Jun 16, 2025
ada1d5c
fix import protocol adapter
marcomelloni Jun 16, 2025
627fcd7
New option: enable or not a protocol adapter from adapters_signal.json
marcomelloni Jun 16, 2025
d4a868c
add class_diagram
marcomelloni Jun 16, 2025
74d4f33
addressing comments...
marcomelloni Jun 17, 2025
637cadc
test for simulation bridge
marcomelloni Jun 17, 2025
521c67b
fix readme
marcomelloni Jun 17, 2025
0d0901b
class diagram
marcomelloni Jun 17, 2025
9c742f8
add test for client
marcomelloni Jun 17, 2025
14ee475
Config files for simulation bridge and code formatting
prasadtalasila Jun 18, 2025
a2bf1ea
adds config files
prasadtalasila Jun 19, 2025
19a4b7f
coveragerc,pytest.ini
marcomelloni Jun 19, 2025
7f461a2
Fix test issues, mocking real connection
marcomelloni Jun 19, 2025
9746649
fix test_rabbitmq_client.py
marcomelloni Jun 19, 2025
8947ef4
integration test
marcomelloni Jun 19, 2025
b4d2ce3
Workflow for testing simulation bridge on different machine
marcomelloni Jun 20, 2025
f4da187
fix macos issues
marcomelloni Jun 20, 2025
a98c899
fix macos issues
marcomelloni Jun 20, 2025
eea1e37
fix window tests issues
marcomelloni Jun 20, 2025
92afe13
fixing vhost, username, password for protocol adapter and clients
marcomelloni Jun 23, 2025
29bd494
USERGUIDE.md and test_integration
marcomelloni Jun 23, 2025
2327f2b
readme fix
marcomelloni Jun 24, 2025
1d1db9c
ctrl+c issue, test_integration quality code, rest hypercorn fix
marcomelloni Jun 24, 2025
8253552
rest adaper fix
marcomelloni Jun 24, 2025
5bc93cb
rest adaper fix
marcomelloni Jun 24, 2025
5823967
add README,requirements.txt
marcomelloni Jun 24, 2025
06d3292
fix clients config files, Quart() startup fixed
marcomelloni Jun 24, 2025
33d50b9
add SLL option for REST
marcomelloni Jun 24, 2025
a6b254f
Userguide improved Certfile
marcomelloni Jun 24, 2025
5b76b4f
HTTPS
marcomelloni Jun 24, 2025
69cd5c4
quality code and pytest
marcomelloni Jun 24, 2025
ca91637
Fix incomplete chunked read REST issue
marcomelloni Jun 24, 2025
0dd321c
TLS for MQTT,RABBITMQ
marcomelloni Jun 24, 2025
ffc364f
config template
marcomelloni Jun 24, 2025
0398312
add TLS for all the clients and matlab agent
marcomelloni Jun 25, 2025
b38e082
Fix bug Response template for streaming simulation in matlab agent, R…
marcomelloni Jun 25, 2025
01cdcbf
READMEs improvement
marcomelloni Jun 26, 2025
86c429f
Pip package option
marcomelloni Jun 26, 2025
f528613
README improvement
marcomelloni Jun 26, 2025
5750fb7
Fix userguide
marcomelloni Jun 26, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ simulation*.yaml
*.csv
#SIMULATION BRIDGE
/logs

/certs
*.pem
*_use.yaml
client/
dist/
.venv*
certs

85 changes: 0 additions & 85 deletions INSTRUCTION.md

This file was deleted.

Loading