Skip to content
@RoturTW

RoturTW

Welcome to rotur!

What? Who? Why?

What is rotur?

Rotur is a project started on the 29th of June, 2024 by these people:

Mistium The Constellinux Project ThePandaDev

Rotur is intended to allow any project that uses the cloudlink system to have a standard for communication between projects.

Who is Rotur for?

Rotur is intended mostly for Turbowarp operating systems

The standard should allow for things like crossplay of games between operating systems, or collaborative editing on text editors, running on completely different projects!

We think this could be really really cool if its implemented at a wide scale, and it is currently Present in 5 Systems (2 Released)

Why use Rotur?

Rotur's packet formatting is simple but powerful, and has a few advantages over using base Cloudlink 4, which is for Scratch-Based Mods.

This is a raw packet sent from

{
    "cmd": "pmsg", // yes this is based on cl4
    "val": {
        "client": { // some metadata info (kinda like the user agent)
            "system": "", // name of the system you are using
            "version": "" // version of the system you are using
        },
        "source": "", // this is the port you are sending the data from (to allow for replies)
        "target": "", // this is the 'port' that you want to send to
        "payload": "", // the data that you are sending to the port
        "timestamp": "" // the unicode timestamp of when the packet was sent
    },
    "id": "" // username to send the packet to
}

You need not worry though! A sample project we have made handles this whole packet thing for you, (linked here:download).

Cant wait to answer any questions or just general discussion about this because i think it could go pretty far.

Links:

https://rotur.dev https://github.com/RoturTW/main

Popular repositories Loading

  1. main main Public

    Rotur: a Web Packet Standard For Communication Between Operating Systems

    JavaScript 4 1

  2. apps apps Public

    The Rotur App Store

    3 6

  3. .rtr .rtr Public

    The rotur web rendering language

    2

  4. gui gui Public

    HTML 1

  5. .github .github Public

    Organisation Readme

  6. webDNS webDNS Public

    Stores the location of different websites on RoturWeb.

Repositories

Showing 10 of 10 repositories
  • main Public

    Rotur: a Web Packet Standard For Communication Between Operating Systems

    RoturTW/main’s past year of commit activity
    JavaScript 4 GPL-3.0 1 1 0 Updated Sep 20, 2024
  • RoturTW/rotur.dev’s past year of commit activity
    HTML 0 0 0 0 Updated Sep 15, 2024
  • apps Public

    The Rotur App Store

    RoturTW/apps’s past year of commit activity
    3 6 0 0 Updated Sep 14, 2024
  • .rtr Public

    The rotur web rendering language

    RoturTW/.rtr’s past year of commit activity
    2 0 0 0 Updated Sep 9, 2024
  • .github Public

    Organisation Readme

    RoturTW/.github’s past year of commit activity
    0 0 0 0 Updated Sep 6, 2024
  • Badges Public
    RoturTW/Badges’s past year of commit activity
    0 0 0 0 Updated Aug 29, 2024
  • constellinux.rotur.dev Public

    This is where Constellinux Would Be... If I (ThatBeaverDev)Had One!

    RoturTW/constellinux.rotur.dev’s past year of commit activity
    0 0 0 0 Updated Aug 27, 2024
  • Assets Public
    RoturTW/Assets’s past year of commit activity
    0 0 0 0 Updated Aug 26, 2024
  • webDNS Public

    Stores the location of different websites on RoturWeb.

    RoturTW/webDNS’s past year of commit activity
    0 0 0 0 Updated Aug 13, 2024
  • gui Public
    RoturTW/gui’s past year of commit activity
    HTML 1 MIT 0 0 0 Updated Jul 7, 2024

Top languages

HTML JavaScript

Most used topics

Loading…