Discussion Forum
HackMD Documentation
CloudLink is a high-speed, reliable, and custom websocket extension for Scratch 3.0, with server code that runs on Python. It permits cross-project (as well as cross-program) cloud variables. It also enables full-duplex networking and limitless possibilities for Scratch 3.0 projects.
Example code can be downloaded in the GitHub repository.
Server: https://github.com/MikeDev101/cloudlink/blob/master/server_example.py
Client: https://github.com/MikeDev101/cloudlink/blob/master/client_example.py
Please report any bugs you find to the official GitHub repository or on my Scratch profile.
Scratch Extension
You can view the client-side extension using one of the following modded Scratch editors:
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
Release files for cloudlink 0.1.4.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cloudlink-0.1.4.1.tar.gz | 5.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cloudlink-0.1.4.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:11.3 kB
Release files / cloudlink-0.1.4.1.tar.gz
| Download URL | cloudlink-0.1.4.1.tar.gz |
|---|---|
| Size | 5.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ffa6aa7adca507e3bde5a4bbe42fbc08fea560a5b4aed676de0b19422c5f56ce
|
|
BLAKE2b-256 checksum How to use checksums |
452836b7b24577f05d1f816e22239ffcee63f2ebc06e0a1f3e300e3ef3650242
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.2
|
Release files / cloudlink-0.1.4.1-py3-none-any.whl
| Download URL | cloudlink-0.1.4.1-py3-none-any.whl |
|---|---|
| Size | 6.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
827aa425400d8e248ad6cb7084472e3eab7f928ec3e4cebb459bb778071ba0e7
|
|
BLAKE2b-256 checksum How to use checksums |
9d5af5e936650d729934c7794611bae6eacef369e6dfb24f97ad327797cddb2d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.2
|