There is a WebServer.pm file in src/Base.
What is that for ?
Is it a interface with web server (such as Apache) ?
If it is true, how can I setup to moniter the openkore with browser ?
What is the "src/Base/WebServer.pm" for ?
Moderator: Moderators
-
sofax222
- Developers

- Posts: 214
- Joined: 24 Nov 2010, 03:08
- Noob?: Yes
-
EternalHarvest
- Developers

- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: What is the "src/Base/WebServer.pm" for ?
No, it's just a web server: "This class implements a basic HTTP 1.1 server."sofax222 wrote:Is it a interface
There's webMonitor plugin in svn.how can I setup to moniter the openkore with browser ?
-
sofax222
- Developers

- Posts: 214
- Joined: 24 Nov 2010, 03:08
- Noob?: Yes
Re: What is the "src/Base/WebServer.pm" for ?
Thank you very much !