Re: [riot-devel] Connectivity between new NG stack and loopback

2015-06-25 Thread Alexandru Razvan Caciulescu
Hello Lennart, Did you by any chance forgot to edit the makefile to include the module for ng_nativenet and recompile? Cheers, Alex 2015-06-25 18:49 GMT+03:00 Cenk Gündogan : > Hello Lennart, > > On 25.06.2015 16:14, Lennart Dührsen wrote: > >> the method you suggested now works halfway for me,

[riot-devel] Zynq/Cortex A9 port

2015-06-25 Thread Simon Vincent
Has anyone done or started a port of RIOT to the Xilinx Zynq SoC which contains ARM Cortex A9 processors? I know RIOT is not targeted at such powerful processors however it is a great platform for prototyping due to the FPGA. Regards Simon ___ devel

Re: [riot-devel] Connectivity between new NG stack and loopback

2015-06-25 Thread Cenk Gündogan
Hello Lennart, On 25.06.2015 16:14, Lennart Dührsen wrote: the method you suggested now works halfway for me, but I still can't that's half the battle (: linux~ nc -u fe80::b400:b1ff:fe63:f33d%tap0 54545 Using nc without the -l flag will start a udp client and connect to the riot server. You

Re: [riot-devel] Connectivity between new NG stack and loopback

2015-06-25 Thread Lennart Dührsen
Hi Cen, the method you suggested now works halfway for me, but I still can't send packets from RIOT to netcat. Would you (or anyone else) mind having a look at what I did, maybe you know what's wrong...? Below are the exact commands I typed and the corresponding output: =

[riot-devel] Black-box testing of ng_netapi modules

2015-06-25 Thread Martine Lenders
Hi, since two days ago we have a module to black-box test ng_netapi modules: ng_nettest. I've PR'd tests for UDP as an example for that [1] (there are still some issues) and wrote a wiki page on how to write tests [2]. Please consider testing the other ng_netapi modules with that. Cheers, Martine

Re: [riot-devel] C++ Style Guide

2015-06-25 Thread Hiesgen, Raphael
Hello, I created a wiki article [1], which is not linked anywhere yet. >> How I see it is very similar to RIOT coding style. 2 spaces per indentation >> level is not acceptable to me, should be 4 as in C coding style. Otherwise, >> I find it very good. > > +1, indentation must match between th

Re: [riot-devel] C++ Style Guide

2015-06-25 Thread Joakim Gebart
On Thu, Jun 25, 2015 at 11:44 AM, Johann Fischer wrote: > Hi Raphael, > > Am 25.06.2015 um 11:09 schrieb Hiesgen, Raphael: >> >> Hi, >> >> >> it is time to write a C++ Coding Style Guide for RIOT. Since C and C++ >> have different traditions here, I will simply start to suggest using the C++ >> St

Re: [riot-devel] C++ Style Guide

2015-06-25 Thread Oleg Hahm
Hi Johann! > How I see it is very similar to RIOT coding style. 2 spaces per indentation > level is not acceptable to me, should be 4 as in C coding style. Otherwise, > I find it very good. I agree to object a 2 spaces-indentation. > By the way, can someone explain to me short why we need C ++

Re: [riot-devel] C++ Style Guide

2015-06-25 Thread Johann Fischer
Hi Raphael, Am 25.06.2015 um 11:09 schrieb Hiesgen, Raphael: Hi, it is time to write a C++ Coding Style Guide for RIOT. Since C and C++ have different traditions here, I will simply start to suggest using the C++ Style used in CAF [1]. While it is not identical, the style is relates to the

Re: [riot-devel] C++ Style Guide

2015-06-25 Thread Joakim Gebart
Good initiative! Could you create a new wiki article similar to https://github.com/RIOT-OS/RIOT/wiki/Coding-conventions for the C++ conventions? /Joakim On Thu, Jun 25, 2015 at 11:09 AM, Hiesgen, Raphael wrote: > Hi, > > > it is time to write a C++ Coding Style Guide for RIOT. Since C and C++ h

[riot-devel] C++ Style Guide

2015-06-25 Thread Hiesgen, Raphael
Hi, it is time to write a C++ Coding Style Guide for RIOT. Since C and C++ have different traditions here, I will simply start to suggest using the C++ Style used in CAF [1]. While it is not identical, the style is relates to the guidelines used by Google and C++ Standard Library. Raphael

Re: [riot-devel] Connectivity between new NG stack and loopback

2015-06-25 Thread Alexandru Razvan Caciulescu
Hello Cenk, I tried your method and it works ! Thanks for the help ! Cheers, Alex 2015-06-24 20:34 GMT+03:00 Cenk Gündogan : > Hello Lennart, > > I might be wrong and Sebastian might be able to shed some light on this, > BUT > isn't marz restricted to the old network stack? As far as I know it