Skip to content
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

Adds a new hub application using DirectHub #761

Merged
merged 110 commits into from
Jun 21, 2024
Merged

Conversation

balazsracz
Copy link
Collaborator

  • Adds a fork of the hub application under direct_hub
  • Updates this fork to use the DirectHub as core component for interacting with gridconnect TCP sockets
  • Updates the ClientConnection infrastructure to support DirectHub* in addition to CanHub*.

The usage and commandline options of directhub is the same as the regular hub app.

…t-hub-router

* 'master' of github.com:bakerstu/openmrn:
  gcc9 fixes (#354)
Adds missing unittests to DataBuffer.
…ierNotifiables but is compatible with StateFlows.
Reduces the buffer size in the sockets.
# By Balazs Racz (4) and others
# Via GitHub
* master:
  Fix race conditions found by thread sanitizer in an example unittest (#346)
  Update the API of JSSerialPort for 8.x.x serialport.io (#359)
  Exclude node_modules directories from doxygen generation. (#361)
  Update Doxyfile (#347)
  Fixes assertion when starting an emscripten binary. (#358)
  Bakerstu 74hc595goi driver (#357)

# Conflicts:
#	src/utils/Buffer.hxx
… gets parsed.

This makes sure that when we send a legacy packet to the internal flows,
we push back on further traffic entering from the sockets.

Adds unit test for traffic being blocked through the legacy port.
- fixes gitignore with binary name
- removes fork of avahi code, creating a symlink instead.
… gets parsed.

This makes sure that when we send a legacy packet to the internal flows,
we push back on further traffic entering from the sockets.

Adds unit test for traffic being blocked through the legacy port.
* bracz-direct-hub-router:
  Ensures that we keep the barrier pointer in a child when a CAN packet gets parsed.
  Fix compile error on FdUtils under freertos.
Separates unimplemented parts to a future work section, such that it
is clear what is just ideas on paper, and what is the actual
implementation.
* bracz-direct-hub-router:
  Makes the documentation up to date.
  Write a new overview / introduction to the directhub page.
* bracz-direct-hub-router:
  Minor updates to the docs.
…t-hub-router

# By Balazs Racz (26) and others
* 'master' of github.com:bakerstu/openmrn: (28 commits)
  Fix build of esp8266 train implementation.
  Removes unnecessary includes that might not exist on an embedded compiler.
  Fix compilation of TempFile under esp8266.
  Add libatomic to esp8266 nonos target.
  Fix compile errors in time_client app.
  Fixes in file memory space: (#786)
  Change startup state to stopped. (#784)
  Fixes write code for spiflash. (#782)
  Handles bus passive in TivaCan. (#781)
  Update libify to support IDF export with symlinks (#770)
  Fix esp32 select race conditions. (#780)
  Latency test with maximum stats and custom process evaluation (#773)
  Fix compiler warnings in openmrn when using new GCC's. (#772)
  Upintegrate changes from the OpenMRNIDF repository (#771)
  Adds support for DCC extended accessories  (#769)
  Fix incorrect consumer identified message being emitted by dcc accy producer. (#768)
  Avoids rendering hidden segments. (#767)
  Adds trailing zero to the cdi XML file written to the filesystem. (#777)
  Fix target subdirectory name (#775)
  Fixes file comment.
  ...

# Conflicts:
#	src/utils/constants.cxx
#	src/utils/sources
Base automatically changed from bracz-direct-hub-router to master June 21, 2024 19:25
…t-hub-router

* 'master' of github.com:bakerstu/openmrn:
  High-performance hub component for dealing with many sockets and high throughput (#760)
* bracz-direct-hub-router: (35 commits)
  High-performance hub component for dealing with many sockets and high throughput (#760)
  Fix test build.
  Fixed comment and adds a todo.
  Remove unnecessary log.
  Fix comments and reduce unnecessary log level.
  FIx comments.
  Fix build of esp8266 train implementation.
  Removes unnecessary includes that might not exist on an embedded compiler.
  Fix compilation of TempFile under esp8266.
  Add libatomic to esp8266 nonos target.
  Fix compile errors in time_client app.
  Fixes in file memory space: (#786)
  Change startup state to stopped. (#784)
  Fixes write code for spiflash. (#782)
  Handles bus passive in TivaCan. (#781)
  Update libify to support IDF export with symlinks (#770)
  Fix esp32 select race conditions. (#780)
  Latency test with maximum stats and custom process evaluation (#773)
  Fix compiler warnings in openmrn when using new GCC's. (#772)
  Upintegrate changes from the OpenMRNIDF repository (#771)
  ...
@balazsracz balazsracz merged commit deec1a8 into master Jun 21, 2024
1 of 4 checks passed
@balazsracz balazsracz deleted the bracz-direct-hub-app branch June 21, 2024 19:47
balazsracz added a commit that referenced this pull request Jul 8, 2024
* master:
  Fixes detecting EOF in the memory config protocol handler. (#789)
  Adds a new hub application using DirectHub (#761)
  High-performance hub component for dealing with many sockets and high throughput (#760)
  Fix build of esp8266 train implementation.
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