Skip to content

Releases: nikouu/mGBA-http

mGBA-http v0.2.0

22 Mar 07:53
Compare
Choose a tag to compare

Setup

Download both the binary for your computer and mGBASocketServer.lua.

Which mGBA-http binary?

  • If you have .NET installed download the smaller file type for your system. That is, the one without "self-contained" in the filename.
  • If you do not have .NET installed, or are unsure, download the larger file type for your system. That is, the one with "self-contained" in the filename.

Need configuring?

Also download appsettings.json and put it in the same directory as mGBA-http.

For more help see the full setup guide,

Release Notes

  • Created a better custom button API to include:
    1. Tapping a button (the old button API)
    2. Tapping multiple buttons simultaneously
    3. Holding a button for a custom duration (in frames)
    4. Holding multiple buttons for a custom duration (in frames)
  • The button queueing problem is fixed

Breaking Changes

  • The old button API /mgba-http/button is now /mgba-http/button/tap

Other Notes

The OSX and Linux binaries are experimental.

mGBA-http v0.1.0

26 Nov 04:16
Compare
Choose a tag to compare

Setup

Download both the binary for your computer and mGBASocketServer.lua.

Which mGBA-http binary?

  • If you have .NET installed download the smaller file type for your system. That is, the one without "self-contained" in the filename.
  • If you do not have .NET installed, or are unsure, download the larger file type for your system. That is, the one with "self-contained" in the filename.

Need configuring?

Also download appsettings.json and put it in the same directory as mGBA-http.

For more help see the full setup guide,

Release Notes

  • Initial release 🎉
  • Mirrors most mGBA scripting functionality
  • Custom button API for easier button sending
  • Comes with Swagger.json and SwaggerUI
  • Configurable ports and logging

Other Notes

The OSX and Linux binaries are experimental.