Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino/arduino-router
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.3-rc.1
Choose a base ref
...
head repository: arduino/arduino-router
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 4, 2025

  1. fix: prevent start/stop of the service during update (#8)

    * fix: prevent start/stop of the service during update
    
    * fixup! fix: prevent start/stop of the service during update
    
    * trigger ci️
    lucarin91 authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    cbcccca View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. Added UDP Network API (#3)

    * Added UDP Network API
    
    * Fix linter warnings
    
    * Added timeouts support
    
    * Added read-buffers to udp packet reader
    
    * Let's make linter happy
    
    * Allow tests to run in parallel
    cmaglie authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    3a4b461 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Udp network API (part 2) (#14)

    * Split udp/write operation into a 3-step beginPacket/write/endPacket
    
    * Renamed udp/awaitRead -> udp/awaitPacket
    
    * Added udp/dropPacket
    
    * Enforce awaitPacket behaviour on unit tests
    
    * Updated tests
    
    * Fix typo
    cmaglie authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    d67f01e View commit details
    Browse the repository at this point in the history
Loading