Linksys access log service
I've been working on a service that works with my Linksys BEFW11S4 router's access log. I wasn't impressed at all with the program that Linksys provided that writes the data to a text file. I'm writing the service now to get the log coming from the router (you can specify on the router which IP to send the log too) and send the data to SQL server. I'm very impressed with System.Net and System.Net.Sockets so far... it seems to be a breeze. I hope it stays that way!
Jayme