Closed donny138 closed 1 year ago
@milkshake-moo There isn't any actual communication yet! Think of the message stuff as the words the future programs will use to communicate!
The next step ( #11 ) is to write some scripts that can use these words to talk to each other.
@donny138 That's what I figured. Having all of the communication "types" and messages defined here will make the actual implementation easy, I think/hope!
This PR contains two things:
Note: This PR does not add anything involving exchanging data using sockets. Just the definitions and objects related to different types of messages these programs may need to exchange in the future.
The following stuff now exists in the Dao message stuffs!
Message codes for different messages
A Standard Dao Message object
Message constructors
Message extractors
TEMPORARY MAIN FUNC: