programing language to implement port blocking and network monitoring?
Jan 04, 2011 by FreshFire | Posted in Computer Networking
I want to write a program that can control port communication by blocking certain ports based on the admins request and also monitor incoming and outgoing network traffic. Which programming language best suits this without much complexity. I am familiar
Unfortunately firewalls generally should be written at the kernel level, which means you probably can't use anything except low-level languages like c/c++. There are several network monitoring libraries already available for c/c++, and it's really not