Tryffin / Net-Bank-System

A bank system simulation in C by TCP and UDP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Net-Bank-System

A bank system simulation in C by TCP and UDP
For installing,launche Makefile with command make
For uninstalling, use the command make clean
Creat server by typing ./server
Using client by typing ./TCPclient "number of id" "number of account" "password" "command" "sum of cash"

About

A bank system simulation in C by TCP and UDP

License:MIT License


Languages

Language:C 97.7%Language:Makefile 2.3%