Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

WebUI Switch: Difference between revisions

From GameBrew
(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
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Infobox Switch Homebrews
{{Infobox Switch Homebrews
|title=WebUI
|title=WebUI
|image=webuiswitch.png
|image=webuinx.png
|description=A web Interface for Lan-Play.
|description=A web Interface for Lan-Play.
|author=HotdogWithMustard
|author=HotdogWithMustard
|lastupdated=2019/02/06
|lastupdated=2019/02/06
|type=PC Utilities
|type=Network
|version=1.4
|version=1.4
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/switchhomebrews/webuiswitch.7z
|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=
|donation=
|donation=
}}
}}
{{#seo:
|title=Switch Homebrew PC Tools (PC Utilities) - GameBrew
|title_mode=append
|image=webuiswitch.png
|image_alt=WebUI
}}
{{cleanup|article|Needs cleanup}}
A web Interface for Lan-Play.
A web Interface for Lan-Play.


==Media==
This project is a WIP, It's written in [https://www.autohotkey.com/ AutoHotKey].
<youtube></youtube>


==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==
https://dlhb.gamebrew.org/switchhomebrews/webuiswitch-01.png
{| style="width: 80%; margin-left:0em;"
https://dlhb.gamebrew.org/switchhomebrews/webuiswitch-02.png
|
https://dlhb.gamebrew.org/switchhomebrews/webuiswitch-03.png
https://dlhb.gamebrew.org/switchhomebrews/webuinx2.png
https://dlhb.gamebrew.org/switchhomebrews/webuiswitch-04.png
|}
https://dlhb.gamebrew.org/switchhomebrews/webuiswitch-05.png
https://dlhb.gamebrew.org/switchhomebrews/webuiswitch-06.png
https://dlhb.gamebrew.org/switchhomebrews/webuiswitch-07.png
https://dlhb.gamebrew.org/switchhomebrews/webuiswitch-08.png


==Changelog==
==Changelog==
'''v.1.0'''
'''v1.4 2019/02/06'''
* First Release.
*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/threads/webui-a-web-interface-for-lan-play.528618/
* GBAtemp - https://gbatemp.net/download/webui.35479/
* Github -
* GBAtemp - https://gbatemp.net/threads/webui-a-web-interface-for-lan-play.528618/
* Reddit -

Latest revision as of 11:37, 20 Haziran 2023

WebUI
Webuinx.png
General
AuthorHotdogWithMustard
TypeNetwork
Version1.4
LicenseMixed
Last Updated2019/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

webuinx2.png

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

Advertising: