On 06/03/2011 04:32 PM, Holger Hans Peter Freyther wrote:
Hi all,
I would like to get more students involved and would be interested in acting as a mentor. For the below osmo-pcap codebase I have a set of bite sized tasks (of different size) and it would be great if we could get some students to pick some of these.
The only requirement should be interest to learn to program in C, some self motivation (e.g. use your favorite search engine before asking) but besides that the skills are not that important.
cheers holger
Hi,
I wrote a very primitive client and server for PCAP. The osmo_pcap_client will use libpcap to sniff on a local link, we have the usual VTY interface to configure it, one can change the filter and the device at runtime.
There is also a very simple server that authenticates clients based on the remote address, that will write the pcap files to disk. The files will be rotated based on time and size, but also when the Link Header of a client is changing. The traffic is not encrypted yet but that is on the todolist.
The code can be found in our git repository[1].
holger
On Fri, Jun 03, 2011 at 08:37:19PM +0200, Holger Hans Peter Freyther wrote: On 06/03/2011 04:32 PM, Holger Hans Peter Freyther wrote:
Hi all,
I would like to get more students involved and would be interested in acting as a mentor. For the below osmo-pcap codebase I have a set of bite sized tasks (of different size) and it would be great if we could get some students to pick some of these.
Hi Holger,
I'm a student and become more and more interested in the Osmocom(BB) project.
I got the osmocomBB starter package (FTDI cable+Motorola/Compal C123) and try to write a patch for layer23+gpsd 2.96 at the moment. Ok, I'm trying to understand the existing code ... but I think I make some progress. ;)
Also I got the possibility to lecture about OsmocomBB on monday in front of some students ... maybe one or two will be have a look at it.
The only requirement should be interest to learn to program in C, some self motivation (e.g. use your favorite search engine before asking) but besides that the skills are not that important.
I've already completed the a first semester in C and assembly. My knowledge is limited but I'm very interested to learn more ... maybe because C++/Java bores me to death.
Let me know if and how you want to start!
Regards, Malte
On 06/04/2011 02:50 AM, Malte Krupa wrote:
Hi Holger,
I'm a student and become more and more interested in the Osmocom(BB) project.
I got the osmocomBB starter package (FTDI cable+Motorola/Compal C123) and try to write a patch for layer23+gpsd 2.96 at the moment. Ok, I'm trying to understand the existing code ... but I think I make some progress. ;)
Hi I wrote the gpsd support, so I think I could give you some support about it. Another user noticed some kind of bug I didn't have time to debug/fix, so I appreciate if you take some time to test and fix it. Have a nice day Dario.
baseband-devel@lists.osmocom.org