More actions
(Created page with "{{Infobox Switch Homebrews |title=WebUI |image=webuiswitch.png |description=A web Interface for Lan-Play. |author=HotdogWithMustard |lastupdated=2019/02/06 |type=PC Utilities |version=1.4 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/webuiswitch.7z |website=https://gbatemp.net/threads/webui-a-web-interface-for-lan-play.528618/ |source= |donation= }} {{#seo: |title=Switch Homebrew PC Tools (PC Utilities) - GameBrew |title_mode=append |image=webuiswitc...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=WebUI | |title=WebUI | ||
|image= | |image=webuinx.png | ||
|description=A web Interface for Lan-Play. | |description=A web Interface for Lan-Play. | ||
|author=HotdogWithMustard | |author=HotdogWithMustard | ||
Line 8: | Line 8: | ||
|version=1.4 | |version=1.4 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/webuinx.7z | ||
|website=https://gbatemp.net/threads/webui-a-web-interface-for-lan-play.528618/ | |website=https://gbatemp.net/threads/webui-a-web-interface-for-lan-play.528618/ | ||
|source= | |source= | ||
Line 19: | Line 19: | ||
|image_alt=WebUI | |image_alt=WebUI | ||
}} | }} | ||
A web Interface for Lan-Play. | A web Interface for Lan-Play. | ||
This project is a WIP, It's written in [https://www.autohotkey.com/ AutoHotKey]. | |||
==Features== | |||
*Ability to add custom servers. | |||
*Ability to change port. (Defaults to 80) | |||
*Ability to set a login. (Useful If running on an open port.) | |||
*Smooth minimalist design, easy to use. | |||
*Open source. | |||
*View and connect to servers across multiple devices. (A smart phone, Nintendo Switch, etc) | |||
==User guide== | |||
*Launch WebUI via the precompiled binary or through the AutoHotKey script. | |||
*Select the Lan-Play client binary. (lan-play-win32.exe or lan-play-win64.exe) | |||
*Select your network interface. (The one you use normally use with Lan-Play) | |||
You should now see a new tray icon, you can hover over it to see the current status, double click to launch the UI, and right click for additional options. | |||
==Screenshots== | ==Screenshots== | ||
{| style="width: 80%; margin-left:0em;" | |||
| | |||
https://dlhb.gamebrew.org/switchhomebrews/webuinx2.png | |||
https://dlhb.gamebrew.org/switchhomebrews/ | |} | ||
==Changelog== | ==Changelog== | ||
''' | '''v1.4 2019/02/06''' | ||
* | *Looks like I broke the custom server interface with the previous update (whoops!), this update fixes that. | ||
*This also fixes an issue with the update checker code being triggered multiple times. (double whoops!) :wacko: | |||
'''v1.3 2019/01/21''' | |||
*Added a update checker. | |||
*Added an option to specify additional parameters. (Defaults to: --fake-internet) | |||
*WebUI functions can now be called from JavaScript via XMLHttpRequest. (Limited to certain user-defined functions.) | |||
*WebUI now simulates multi-threading via using an additional process to handle tasks. | |||
*More bug fixes. | |||
'''v1.2 2019/01/13''' | |||
*You can now set a login. (Useful If you're running WebUI on an open port.) | |||
*You can now double click a custom server entry to edit it. | |||
*The UI will now update more smoothly. (Using XMLHttpRequest instead of reloading the page.) | |||
*Bug fixes. | |||
== External links == | == External links == | ||
* | * GBAtemp - https://gbatemp.net/download/webui.35479/ | ||
* GBAtemp - https://gbatemp.net/threads/webui-a-web-interface-for-lan-play.528618/ | |||
Revision as of 07:23, 8 Haziran 2023
WebUI | |
---|---|
General | |
Author | HotdogWithMustard |
Type | PC Utilities |
Version | 1.4 |
License | Mixed |
Last Updated | 2019/02/06 |
Links | |
Download | |
Website | |
A web Interface for Lan-Play.
This project is a WIP, It's written in AutoHotKey.
Features
- Ability to add custom servers.
- Ability to change port. (Defaults to 80)
- Ability to set a login. (Useful If running on an open port.)
- Smooth minimalist design, easy to use.
- Open source.
- View and connect to servers across multiple devices. (A smart phone, Nintendo Switch, etc)
User guide
- Launch WebUI via the precompiled binary or through the AutoHotKey script.
- Select the Lan-Play client binary. (lan-play-win32.exe or lan-play-win64.exe)
- Select your network interface. (The one you use normally use with Lan-Play)
You should now see a new tray icon, you can hover over it to see the current status, double click to launch the UI, and right click for additional options.
Screenshots
|
Changelog
v1.4 2019/02/06
- Looks like I broke the custom server interface with the previous update (whoops!), this update fixes that.
- This also fixes an issue with the update checker code being triggered multiple times. (double whoops!) :wacko:
v1.3 2019/01/21
- Added a update checker.
- Added an option to specify additional parameters. (Defaults to: --fake-internet)
- WebUI functions can now be called from JavaScript via XMLHttpRequest. (Limited to certain user-defined functions.)
- WebUI now simulates multi-threading via using an additional process to handle tasks.
- More bug fixes.
v1.2 2019/01/13
- You can now set a login. (Useful If you're running WebUI on an open port.)
- You can now double click a custom server entry to edit it.
- The UI will now update more smoothly. (Using XMLHttpRequest instead of reloading the page.)
- Bug fixes.