Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyedeekay/soap
Go implementation of an Unciv multiplayer server which operates on hidden services
https://github.com/eyedeekay/soap
civilization-v games go hidden-services i2p java p2p
Last synced: about 2 months ago
JSON representation
Go implementation of an Unciv multiplayer server which operates on hidden services
- Host: GitHub
- URL: https://github.com/eyedeekay/soap
- Owner: eyedeekay
- License: mit
- Created: 2022-08-25T05:45:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T00:35:35.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T19:54:17.301Z (6 months ago)
- Topics: civilization-v, games, go, hidden-services, i2p, java, p2p
- Language: Go
- Homepage: https://eyedeekay.github.io/soap
- Size: 11.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# soap
Go implementation of an Unciv multiplayer server which operates on hidden services.
It uses the SAMv3 API provided by I2P to set up an efficient, secure Unciv server
for you and your friends.STATUS: This project is maintained. It is feature-complete as far as I know.
Usage
-----Simply compile and run. More options might be added in the future but for now it's
no-frills.```sh
go build
./soap
```You can obtain the URL from the terminal output, or by visiting [http://127.0.0.1:7699](http://127.0.0.1:7699)
to reach the information page which helps you share the server.I run it with docker using the script `./docker.sh` in this repo.
Client Configuration
--------------------This server is intended for use with regular UnCiv. In order to launch UnCiv with
I2P as an HTTP Proxy, use the following comand:```sh
java -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=4444 -Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=4444 -jar Unciv.jar
```