[OpenWrt-Devel] How to start

2015-10-31 Thread Pumaridd Pumaridd
Hi all, I'm new in the world of openwrt. I'm a computer science student and my goal is to start implementing simple mac protocol on real hardware. I started reading some documentation but I'm loosing... If someone of you can help my to find the right direction of my study I will really

Re: [OpenWrt-Devel] How to start

2015-10-31 Thread Javier Domingo Cansino
Hi, If you are willing to implement a simple mac protocol, you could start exploring the Linux kernel code, the network part. There are several manuals and books around linux networking that could be useful. After that, you could try to compile an image for any board you are willing to use. I

Re: [OpenWrt-Devel] How to start

2015-10-31 Thread Pumaridd Pumaridd
Hi, thanks for yours reply! I will read the guides that are suggested. cheers! 2015-11-01 1:11 GMT+01:00 Javier Domingo Cansino : > Hi, > > If you are willing to implement a simple mac protocol, you could start > exploring the Linux kernel code, the network part. There are