José Alamos

Results 99 comments of José Alamos

The approach makes sense to me and can be easily extended to other netif link layers (e.g 802.15.4). Let's get https://github.com/RIOT-OS/RIOT/pull/17893 first and then proceed with this one

I absolutely like the idea. But just wondering, can't this be more gradual? (e.g start with some examples and then gradually add the rest). I think it woul dbe way...

> I absolutely like the idea. But just wondering, can't this be more gradual? (e.g start with some examples and then gradually add the rest). I think it woul dbe...

This PR broke the LoRa tests :/ (see https://forum.riot-os.org/t/lora-e5-dev-any-working-lora-examples/3755/13).

> I've started more tests, and with nrf52840dongle I don't get very far either: > > ``` > > ifconfig > 2022-09-20 16:53:11,563 # ifconfig > 2022-09-20 16:53:11,565 # Iface...

@chrysn I cannot reproduce the issue: ``` /home/jialamos/Development/RIOT/dist/tools/pyterm/pyterm -p "/dev/ttyACM0" -b "115200" Twisted not available, please install it if you want to use pyterm's JSON capabilities 2022-09-26 11:16:14,817 # Connect...

@PeterKietzmann thanks for the testing! > txtsnd works in both directions (without changing anything, so sending in CAP?). Yes, `gts` flag is disabled by default. > ifconfig gts only on...