This repository was archived by the owner on Sep 16, 2024. It is now read-only.
Commit 937d4a4
Pymesh Border Router (#22)
* esp32/modmesh: added socket binding to IP, add listing border_router
* esp32/modmesh: src and dest port on BR should he Host Swapped
* esp32/modmesh: src and dest port set endianess before using them
* esp32/modmesh: Mesh.rx_cb() added argument, with the callback
* esp32/modmesh: added Mesh.border_router_del(prefix) method, for erasing Border Router entry
* esp32/modmesh: added multi-socckets (max 3)
* esp32/modmesh: added Border Router socket with header IP and port destination
* esp32/modmesh: added socket binding to IP, add listing border_router
* esp32/modmesh: src and dest port on BR should he Host Swapped
* esp32/modmesh: src and dest port set endianess before using them
* esp32/modmesh: Mesh.rx_cb() added argument, with the callback
* esp32/modmesh: added Mesh.border_router_del(prefix) method, for erasing Border Router entry
* esp32/modmesh: added multi-socckets (max 3)
* esp32/modmesh: added Border Router socket with header IP and port destination1 parent 52da273 commit 937d4a4
4 files changed
+374
-87
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2359 | 2359 | | |
2360 | 2360 | | |
2361 | 2361 | | |
2362 | | - | |
| 2362 | + | |
2363 | 2363 | | |
2364 | 2364 | | |
2365 | 2365 | | |
| |||
2387 | 2387 | | |
2388 | 2388 | | |
2389 | 2389 | | |
2390 | | - | |
| 2390 | + | |
2391 | 2391 | | |
2392 | 2392 | | |
2393 | 2393 | | |
| |||
2457 | 2457 | | |
2458 | 2458 | | |
2459 | 2459 | | |
2460 | | - | |
| 2460 | + | |
2461 | 2461 | | |
2462 | 2462 | | |
2463 | 2463 | | |
| |||
2523 | 2523 | | |
2524 | 2524 | | |
2525 | 2525 | | |
2526 | | - | |
| 2526 | + | |
2527 | 2527 | | |
2528 | 2528 | | |
2529 | 2529 | | |
| |||
2567 | 2567 | | |
2568 | 2568 | | |
2569 | 2569 | | |
2570 | | - | |
| 2570 | + | |
2571 | 2571 | | |
2572 | 2572 | | |
2573 | 2573 | | |
| |||
0 commit comments