This version of SNConnect is broken and thus deprecated. Please us the version available on our website!
SNConnect is a cloudlink fork created specifically to run SNext Servers and allow developers to connect to them. It uses repl WebSockets instead of IP Addresses.
Example code can be downloaded in the GitHub repository.
You can view the client-side extension using SN-Edit
pip install cloudlink
Simply download the source code, extract cloudlink.py, and import it as shown above. However, the following dependencies are required in order to take advantage of full functionality:
- websocket-server
pip install websocket-server
- websocket-client
pip install websocket-client