Re: [riot-devel] More convenient access to the IoT-LAB from a RIOT application

2015-03-20 Thread Oleg Hahm
Kaspar, How can I select some nodes? The current version of this Makefile only allows you to specify the number, the type, and the testbed site of the nodes. I don't know how sensible it would be to add a more concrete node selection process to this feature. You can pretty easily specify the

Re: [riot-devel] More convenient access to the IoT-LAB from a RIOT application

2015-03-20 Thread Kaspar Schleiser
Hi, On 03/18/15 19:23, Oleg Hahm wrote: in an application's Makefile allows to create IoT-LAB experiments, flash, reset and access the nodes right from the command line with Make in one go, Let me know what you think about this idea and what could be improved. Pretty awesome! How can I

Re: [riot-devel] More convenient access to the IoT-LAB from a RIOT application

2015-03-19 Thread Gaëtan Harter
Hi Oleg, I think it's a good idea, it will allow easier runnig RIOT code on the platform. I will write feedback directly on the PR. Regards, Gaëtan On 03/18/2015 07:23 PM, Oleg Hahm wrote: Dear rewewing IoTlers, I just opened a pull request in RIOT that should ease the work with RIOT

[riot-devel] More convenient access to the IoT-LAB from a RIOT application

2015-03-18 Thread Oleg Hahm
Dear rewewing IoTlers, I just opened a pull request in RIOT that should ease the work with RIOT applications on the IoT-LAB testbed a little bit: https://github.com/RIOT-OS/RIOT/pull/2640 Including the proposed Makefile like include $(RIOTBASE)/dist/Makefile.iot-lab in an application's