Skip to content

An implementation of a custom tuple space application layer protocol in Rust.

Notifications You must be signed in to change notification settings

julianuziemblo/tuple-space

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tuple Space

An implementation of a custom tuple space protocol - a logical space for sharing data between programs, written in Rust. This project is still under developement, so many things may change.

The implementation consists of:

  • tuple_space: the tuple space API. Contains useful functions for making and sending tuples between the participants.
  • server: the middleware of the tuple space. Stores, maintains the tuple space, and performs operations commisioned by clients.
  • client: example client, representing the basic functions of which the system is capable.

System specification

All of the tuple space's features have been thoroughly described in this article (in Polish).

Simple packet

tuple packet

About

An implementation of a custom tuple space application layer protocol in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages