Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 310 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 310 Bytes

439Project1, Max Langensiepen COSC 439

UDP Math Server / Client in C

Compile client and server with rpc.h and DieWithError.c

Client tested with standard 127.0.0.1 loopback, will work on other systems

Client uses a standard int/op/int expression, e.g. 4*5

Continuation occurs with +1, *5, etc