mondradiko / mdo-core

1 stars 1 forks source link

Basic server/client networking #22

Open marceline-cramer opened 3 years ago

marceline-cramer commented 3 years ago

Here's a bare minimum network story:

There's no immediate need to use an advanced protocol definition format like FlatBuffers, so for this basic demo, sending simple strings in packets is fine. Remember to appropriately handle null termination.

Other than the --serverless flag passed to the CLI to select whether the server or the client is running, there's no need to provide any other configuration to the CLI to get a basic networking demo working. That can be figured out in a future issue. For now, hardcoding a localhost address and port, and using a hard username like ExampleUsername is fine.

Physical implementation:

MilesLitteral commented 3 years ago

Closed as of 7/13/21 meetup and review of the codebase?

marceline-cramer commented 3 years ago

Closed as of 7/13/21 meetup and review of the codebase?

No, usernames still can't be sent over and logged yet... we can make more plans at the next meeting, but the code itself isn't ready.