Re: [riot-devel] New IPC API status

2015-01-26 Thread Kaspar Schleiser
Hi Adam, On 01/24/2015 09:49 AM, Adam Hunt wrote: filesystem/VFS, and maybe ELF loading). Back in November Kaspar concluded that the approach he had been working on wasn't the correct way forward and closed the PR.[1] I was wondering, is any further API work was being done outside the view of

Re: [riot-devel] readline / writeline interface based on periph/uart

2015-01-26 Thread Hauke Petersen
Hi Christian, as far as I know it's not in riot directly, but you coult implement it in a couple of lines (simplified - no error handling...): char buf[100]; int num_of_bytes = readline_stdin(buf, sizeof(buf)); OR int num_of_bytes = readline(UART_x, buf, sizeof(buf); int readline_stdin(char

[riot-devel] C++11 Support in RIOT

2015-01-26 Thread Michael Frey
Hi, I'm wondering what the current status of the C++11 support in RIOT is? Is there a matrix like overview [1] available? I'm particularly interested in std::shared_ptr and std::thread support in RIOT. I would also be happy if somebody could share his/her thoughts on implementing C++11 features

Re: [riot-devel] readline / writeline interface based on periph/uart

2015-01-26 Thread Hauke Petersen
Oh, forgot - have a look at the system call _read and _write implementations (e.g. for the stm32f0), for the case UART0 is not defined, there you got a pretty good template how to implement some read/writeline features without using the uart_x_blocking functions Cheers, Hauke On

Re: [riot-devel] LGPL compliance testing

2015-01-26 Thread Kaspar Schleiser
Hi, On 01/26/2015 05:36 PM, Joakim Gebart wrote: Is RIOT_VERSION the only thing that is automatically generated for each build? Seems like... I mean, if even a build date is included somewhere the result will not be identical. I tried this on ARM (for the hello-world example) and the

[riot-devel] LGPL compliance testing

2015-01-26 Thread Kaspar Schleiser
Hey guys, here's an initial draft on how to check for LGPL compliance: https://github.com/RIOT-OS/RIOT/wiki/LGPL-compliancy-guide This is for showing that some proprietary code has been compiled and linked with a specific version of RIOT. I wrote the wiki entry out of my head, so maybe I

Re: [riot-devel] New IPC API status

2015-01-26 Thread Martine Lenders
Hi 2015-01-24 9:49 GMT+01:00 Adam Hunt voxa...@gmail.com: If memory serves there were a number of potential features that were on the back burner until RIOT's new IPC API was finalized (e.g. filesystem/VFS, and maybe ELF loading). Just for clarification: FS would just be simplified by

Re: [riot-devel] C++11 Support in RIOT

2015-01-26 Thread Martin
Hi Michael, we have no feature matrix (yet) for C++11 features, as they are all in development status. Currently @josephnoir is in the process to provide a bunch of C++11 features to RIOT [1]: Beside other C++11 features `std::thread` [2] is available. Maybe @josephnoir can give more

Re: [riot-devel] LGPL compliance testing

2015-01-26 Thread Martin
Hi, nice, I will try today how it would be possible to replace and validate when someone change parts of say the core, not the whole core though. Best regards, Martin On 01/26/2015 10:46 PM, Hauke Petersen wrote: Nice! I'm too tired to really think through it, but how does this fit in

Re: [riot-devel] Iot and machine learning experiment

2015-01-26 Thread David Lyon
On 2015-01-26 08:00, syed khalid wrote: I would like to set up a prototype up to demo IOT integration with cloud computing and machine learning. Am going to use the RIOT platform to collect the traffic necessary for the experiment. I am hoping to utilize health wearables as a source for this

Re: [riot-devel] Network Stack Task Force

2015-01-26 Thread Martine Lenders
Hi, looks like it's gonna be February 5th and 6th (a Thursday and a Friday). Martin is the only one that is not available on Thursday. Is everyone okay with that? Cheers, Martine 2015-01-19 17:30 GMT+01:00 Hauke Petersen hauke.peter...@fu-berlin.de: Hi everyone, sandwiching the HA is indeed

Re: [riot-devel] Why RIOT is partner of Ubuntu? (technical cosequences?)

2015-01-26 Thread Ludwig Ortmann
Hi Jan, Your fears are entirely ungrounded :) First of all, there are no concrete plans or even arrangements as of now. From our point of view, RIOT lacks human interfaces (among other things), and if Ubuntu snappy apps turn out to be a fitting front end, we will probably support it, but not

Re: [riot-devel] Why RIOT is partner of Ubuntu? (technical cosequences?)

2015-01-26 Thread Emmanuel Baccelli
Hi Jan, As far as I understood it, Ubuntu contacted us because they were looking for expertise on how to communicate with embedded devices which cannot run Linux. A low-overhead solution that we suggested for their problem is: RIOT (and its network stack) runs simultaneously on IoT devices, and