Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 1.3 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.3 KB

⚠️ URGENT ⚠️

This version of SNConnect is broken and thus deprecated. Please us the version available on our website!

SNConnect (Powered by CloudLink)

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.

Links

Example code

Example code can be downloaded in the GitHub repository.

Scratch Extension

You can view the client-side extension using SN-Edit

Installing CloudLink

Method 1: using pip

pip install cloudlink

Method 2: Directly downloading cloudlink.py

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