Re: [riot-devel] Sending the udp packets does not work with the xbee module

2017-03-21 Thread Wiegel, Friedrich (IAI)
erflow. Usually the stack should be big enough. Are you sure it is a stack overflow and not just a failed assertion? They look very similar in RIOT, since both let the node crash. Best regards, Martine 2017-03-20 17:44 GMT+01:00 Wiegel, Friedrich (IAI) <friedrich.wie...@kit.edu>: > Hi Marin

[riot-devel] Sending the udp packets does not work with the xbee module

2017-03-20 Thread Wiegel, Friedrich (IAI)
Hello everybody, I just played little bit with the gnrc_networking example and tried to send an udp package with xbee module. Unfortunately this doesn't work. To see what the problem is, I switched on the debugging in the gnrc_netdev2_xbee.c but the program does not address this adaptation

Re: [riot-devel] Sending the udp packets does not work with the xbee module

2017-03-20 Thread Wiegel, Friedrich (IAI)
t the moment, otherwise I would test it myself. Best regards, Martine 2017-03-20 12:07 GMT+01:00 Wiegel, Friedrich (IAI) <friedrich.wie...@kit.edu>: > Hello everybody, > > > > I just played little bit with the gnrc_networking example and tried to > send an udp package

Re: [riot-devel] Sending the udp packets does not work with the xbee module

2017-03-20 Thread Wiegel, Friedrich (IAI)
these? Regarding > debugging: Try compiling with CFLAGS_OPT=-O0 and CFLAGS="-g3 -gdwarf-3". This > usually leads to more satisfying results. I don't have an xbee module at hand > at the moment, otherwise I would test it myself. > > Best regards, > Martine > > 20