Re: [riot-devel] Using IEEE802.15.4 on RIOT-OS native

2020-07-16 Thread Rahul Jadhav
//github.com/nyrahul/preload ... Technical details on how preloading/interceptions/runtime-API-injection will work. [3] https://github.com/whitefield-framework/whitefield/issues/92#issuecomment-617493105 On Thu, 16 Jul 2020 at 08:50, Benjamin Valentin wrote: > On Wed, 15 Jul 2020 20:22:33 +053

Re: [riot-devel] Using IEEE802.15.4 on RIOT-OS native

2020-07-15 Thread Rahul Jadhav
Hi Linda, Whitefield[1] is another way to simulate RIOT-OS native on top of 802.15.4/PLC locally. Whitefield uses native mode compilation of RIOT, overrides netdev, and sends the packet to the backend. The backend is implemented on NS3-lrwpan[3] which does realistic simulation. It is possible to

Re: [riot-devel] RIOT integration options for Whitefield

2018-03-21 Thread Rahul Jadhav
master/cpu/native/socket_zep/socket_zep.c > > 2017-07-31 20:25 GMT+01:00 Rahul Jadhav <rahul.i...@gmail.com>: >> Hi Ludwig, >> >> Communication between whitefield and riot would be using sysv msgq >> IPC.(Having said that, this layer is loosely coupled and may

Re: [riot-devel] RPL DAO target concat from fib

2017-10-19 Thread Rahul Jadhav
Hi Oleg, Pls find my comments inline. Regards, Rahul On 19 October 2017 at 17:12, Oleg Hahm <o...@riot-os.org> wrote: > Hey Rahul, > > another clarification question: > > On Thu, Oct 19, 2017 at 11:16:17AM +0530, Rahul Jadhav wrote: > > > > But with the a

Re: [riot-devel] RPL DAO target concat from fib

2017-10-18 Thread Rahul Jadhav
lag would be DAO_TARGET_CONCAT_SZ=Ybytes ... which defines number of bytes instead of target count. > > Cheers, > Cenk Gündoğan > > On 17-10-19 00:00:34, Rahul Jadhav wrote: > > Hello RIOT team, > > > > While experimenting with RIOT i found the RPL module implementati

[riot-devel] RPL DAO target concat from fib

2017-10-18 Thread Rahul Jadhav
Hello RIOT team, While experimenting with RIOT i found the RPL module implementation behaviour which sort of stops my network from building up. Scenario: If i have a RIOT 6lr node and it has an FIB with, let's say, 10 active entries, then when the 6lr next sends DAO, it concatenates multiple

Re: [riot-devel] RIOT integration options for Whitefield

2017-07-31 Thread Rahul Jadhav
sal 2: > As I don't know anything about Whitefield: what would that implementation > look like in detail? In particular: how would RIOT communicate with > Whitefield? (Unix) socket/thread messages/other IPC? > > Cheers, > Ludwig > > Am 30. Juli 2017 17:13:51 MESZ schri

[riot-devel] RIOT integration options for Whitefield

2017-07-30 Thread Rahul Jadhav
Hello team RIOT, I m trying to integrate RIOT with a simulation framework called as Whitefield (which i m developing for interop testing) ... For details: https://github.com/whitefield-framework/whitefield I ll use RIOT in native mode. Whitefield will provide for 802.15.4 phy/mac and RIOT will