将代理服务器模块与我的网络应用程序结合起来

发布于 2024-08-04 19:05:19 字数 321 浏览 5 评论 0原文

我想为一个网吧实现一个自动计费系统。MEasning,当有人想在我的网吧上网时,他会去找服务员,服务员会为他分配电脑并给他由应用程序生成的密码,并且密码将有效特定时间(1小时左右的会话,具体取决于客户需求)。现在,当客户使用他的电脑并打开任何网站时,他必须首先重定向到我的网络应用程序,该应用程序将要求输入密码。如果他输入正确的详细信息,他将被允许为了上网冲浪,如果他的时间到期,他必须让服务员更新计时器,否则他就不能做农奴。

简而言之,我想要一个现成的 java 代理服务器模块,我可以将其与我的网络应用程序结合起来。因为我需要基于此实现计费/自动化。

我可以使用什么方法?有哪些代理模块可用?

I want to implement a autmatic billing systen for one cybercafe.MEasning when some one want to surf net in my cafe he goes to attendent and attendent allocates him the pc and gives him the passswd which is generated by the applciation and the passswd will be valid for specific time(session of 1 hr or so depending on customer needs).Now when customer goes to his pc and opens any site he must be first redirected to my webapplication which will ask for passswd .If he enters correct details he will be allowed to surf the net for that particular and if his time expires he has to get the timer renevewd fro attnedent or else he cant serf.

In short i want a readymade proxy server module in java that i can combine with my webapplication. As i will need to implemet billing/ autontication based on this thigs.

What approach can i use? What proxy moduels are available?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

内心荒芜 2024-08-11 19:05:19

我遇到的唯一 Java 代理服务器是 jsocks。它应该提供您想要的代理功能。

然后,您可以在此之上编写自己的身份验证,使其在基于时间的登录等方面表现出您想要的行为引用 jsocks 页面:

认证方案相当
简单化,但可以扩展,如果
您知道如何用 Java 编程。

The only Java proxy server I've encountered is jsocks. It should provide the proxy features you want.

You can then write your own authentication on top of this to make it behave you want with regards to time based logins e.t.c. Quoting from the jsocks page:

Authentication scheme is rather
simplistic, but can be extended, if
you know how to program in Java.

浅唱ヾ落雨殇 2024-08-11 19:05:19

我会使用 CoovaChili 或其他一些 强制门户,然后使用 RADIUS 部分进入计费应用程序。

I would use CoovaChili or some other captive portal and then work the RADIUS part into the billing application.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文