PSP adhoc data forwarder protocol and implementation, for easy and reliable adhoc multiplayer through internet
Current users:
See design.md
Linux:
# Ubuntu/Debian:
apt install podman git
# OpenSUSE
zypper install podman git
# Fedora
dnf install podman git
# Clone project and build client
git clone https://github.com/kethen/aemu_postoffice
cd aemu_postoffice/client
bash build_podman.sh
# Run tests, requires relay server on localhost running (see below)
./test.out
Windows:
- install https://cygwin.com/ , pick packages
mingw64-x86_64-gcc,mingw64-x86_64-gcc-g++andgit - open a cygwin shell
# Clone project and build client
git clone https://github.com/kethen/aemu_postoffice
cd aemu_postoffice/client
bash build_windows.sh
# Run tests, requires relay server on localhost running (see below)
./test.exe