R3turnz wrote:Hello,
I am searching for a project idea for the raspberry pi. It shoudn't be to large and not require any extra hardware. I have quite good knowledge of c# and a bit bash. Does anyone has suggestions, maybe something with networking?
P.S I already had a look at the projects on this site.
How about a filter pluggin for iptables that does a reverse DNS lookup on the destination addresses of all outbound packets and then applies a set of rules based on regular expressions to the domain name to determine whether to reject the packet or send it out? For performance such a plugin should do a fair amount of caching, pre-compile the regular expressions and probably be written in C or C++. This project would involve networking and be nontrivial. I'm not sure if it is original, as it seems a natural application for the iptable plugin framework.