feisty meow concerns codebase  2.140
/opt/feistymeow.org/feisty_meow/octopi/readme.txt File Reference

Functions

What are Octopi CROMP protocol CROMP stands for Compact Remote Object Model Platform CROMP is a communication protocol implemented in C Its goal is to provide a comfortable object model for shipping data structures as requests over the network and receiving replies back While we use CROMP to implement a Remote Procedure Call (RPC) interface
 

Variables

What are Octopi CROMP protocol CROMP stands for Compact Remote Object Model Platform CROMP is a communication protocol implemented in C Its goal is to provide a comfortable object model for shipping data structures as requests over the network and receiving replies back While we use CROMP to implement a Remote Procedure it is also suited to asynchronous data exchanges driven by client or server The basic unit of data in CROMP is an infoton This is a C object that serves as a base class for all packets of data sent over the network It s a term that bundles together the concepts of information and photons to get a smallest information unit in CROMP There is also a coordinating object called the Octopus that processes infotons and can produce infotons as results This object is the core service provider for any CROMP based system but it mainly handles routing infotons to the proper servicing object In CROMP the objects that actually do the work are called tentacles Each tentacle forms one arm of the octopus in a metaphorical sense
 

Function Documentation

◆ Call()

What are Octopi CROMP protocol CROMP stands for Compact Remote Object Model Platform CROMP is a communication protocol implemented in C Its goal is to provide a comfortable object model for shipping data structures as requests over the network and receiving replies back While we use CROMP to implement a Remote Procedure Call ( RPC  )

Variable Documentation

◆ sense

What are Octopi CROMP protocol CROMP stands for Compact Remote Object Model Platform CROMP is a communication protocol implemented in C Its goal is to provide a comfortable object model for shipping data structures as requests over the network and receiving replies back While we use CROMP to implement a Remote Procedure it is also suited to asynchronous data exchanges driven by client or server The basic unit of data in CROMP is an infoton This is a C object that serves as a base class for all packets of data sent over the network It s a term that bundles together the concepts of information and photons to get a smallest information unit in CROMP There is also a coordinating object called the Octopus that processes infotons and can produce infotons as results This object is the core service provider for any CROMP based system but it mainly handles routing infotons to the proper servicing object In CROMP the objects that actually do the work are called tentacles Each tentacle forms one arm of the octopus in a metaphorical sense

Definition at line 10 of file readme.txt.