【发布时间】:2014-12-12 15:05:28
【问题描述】:
我必须为互联网数据使用开发一个 Wifi 服务器计费应用程序。现在这是我的工作流程..
1.Any System in the Wifi range will require Username and Password to get connected with the Wifi Server.
2.The moment any system gets connected into the Wifi Server after passing correct username and password My application should know the IP address of the system along with Connection time.
3.Now from there whatever data is used by that System (Ip address) should get recorded in my system.
这就是我想开发为基本 wifi 计费应用程序的全部流程。
那么我该如何继续开发这个应用程序。我对 c# 中的 TCP/Ip 和 Socket 编程有点了解。
非常感谢任何建议或帮助..
谢谢..
【问题讨论】:
-
好吧,我建议您继续猜测如何实施每个步骤,然后尝试,然后提出问题,询问您遇到困难的地方出了什么问题。我认为,仅仅问“我如何继续实施整个项目”对于这个论坛来说不是一个合适的问题。
标签: c# .net sockets tcp network-programming