A Minecraft Pi Proxy that allow to players to connect to remote servers.
To use the proxy you need to have Python >= 3.7.x
pre-installed.
Download and install the proxy from from the Packagecloud Debian repository:
# If you didn't add the repository yet
curl -s https://packagecloud.io/install/repositories/Alvarito050506/mcpi-devs/script.deb.sh | sudo bash
# Now the actual installation
sudo apt-get install mcpi-proxy
Run the mcpip
command as:
mcpip src_addr [src_port [dst_port]]
Where src_addr
is a valid internet address and src_port
and dst_port
are valid internet ports.
The proxy exposes the following methods through the Proxy
class in the mcpip
Python 3 module:
Initializes the class.
Sets the name
option to value
. Avaiable options:
"src_addr"
: The source address."src_port"
: The source port."dst_port"
: The destination port.
Returns the options as a dictionary.
Runs the proxy.
Stops the proxy.
All the code of this project is licensed under the GNU General Public License version 2.0 (GPL-2.0).
All the documentation of this project is licensed under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.