JoyBus server library for use with GameBoy Advance emulators
Go to file
Jack Andersen ec0589ec23 string_view refactor 2017-11-12 20:18:02 -10:00
include/jbus string_view refactor 2017-11-12 20:18:02 -10:00
lib Minor reorganization; bind to localhost to prevent Windows Firewall alert 2017-01-21 15:38:02 -10:00
tools Add Doxygen comments 2017-01-07 13:55:41 -10:00
CMakeLists.txt string_view refactor 2017-11-12 20:18:02 -10:00
DocMain.md Typo Fix 2017-01-07 14:22:49 -10:00
Doxyfile Add Doxygen comments 2017-01-07 13:55:41 -10:00
LICENSE Add Doxygen comments 2017-01-07 13:55:41 -10:00
README.md Add Doxygen comments 2017-01-07 13:55:41 -10:00

README.md

JBus

This is a library for communicating with emulated GameBoy Advance instances using the JoyBus protocol linked over TCP.

Currently, only VBA-M is known to function. It uses the same networking method as the Dolphin GameCube emulator.

Documentation

Doxygen docs are available!

Example

Refer to the joyboot.cpp implementation for a good usage example.