- This topic has 5 replies, 2 voices, and was last updated 11 years, 6 months ago by
Vadim Smirnov.
-
AuthorPosts
-
March 19, 2014 at 8:42 am #5406
I am c# developer but i am new in network programming and driver
i need to develop an application that do that scenario
1-I have server connected to the internet and all my network client connect through it2-when any user try to use internet the server redirect him to a log in page or web site i choose
3- block and allow users to use the internet
how could i start and what i need to learn to start doing that with help of winkp filer library .
March 23, 2014 at 5:23 pm #7171I would recommend you to take a look at Internet Gateway (implements simple NAT solution), LAN HTTP Monitor (implements HTTP redirector and HTTP proxy).
Actually Internet Gateway implements topic number 1. It allows one system to share Internet to several other systems.
Topic number 2 can be implemented sing techniques demonstrated by LAN HTTP Monitor. Instead of redirecting to proxy you can redirect to your own HTTP authentication page.
Topic 3 is an easy addition to previous ones.
April 3, 2014 at 11:16 am #7172@SerpentFly wrote:
I would recommend you to take a look at Internet Gateway (implements simple NAT solution), LAN HTTP Monitor (implements HTTP redirector and HTTP proxy).
Actually Internet Gateway implements topic number 1. It allows one system to share Internet to several other systems.
Topic number 2 can be implemented sing techniques demonstrated by LAN HTTP Monitor. Instead of redirecting to proxy you can redirect to your own HTTP authentication page.
Topic 3 is an easy addition to previous ones.
Thanks for your nice post , i will start right now with studying these examples ,but what is the prerequisites for being professional in this field and create strong application
April 4, 2014 at 10:06 am #7173Besides programming skills it would be nice to have a strong knowledge of TCP/IP networks.
April 6, 2014 at 8:26 am #7174dear SerpentFly thank you very much ,
but i have another question is it possible o implement this souloution using c# dll waraper as i have good experince in c# but i have littel experince in c++April 14, 2014 at 2:47 pm #7175Yes of course, this is possible. And we have customers who built their solutions using C#. Personally because of strong type control in C# I find it not that convenient when parsing packet protocol headers.
-
AuthorPosts
- You must be logged in to reply to this topic.
