https://github.com/niewidzialny84/tcp_sever_client
A C# Server Client project for studies
https://github.com/niewidzialny84/tcp_sever_client
communication csharp database study-project tcp
Last synced: 7 months ago
JSON representation
A C# Server Client project for studies
- Host: GitHub
- URL: https://github.com/niewidzialny84/tcp_sever_client
- Owner: Niewidzialny84
- Created: 2020-10-29T16:41:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T10:48:00.000Z (about 5 years ago)
- Last Synced: 2023-08-19T02:54:03.104Z (over 2 years ago)
- Topics: communication, csharp, database, study-project, tcp
- Language: C#
- Homepage:
- Size: 143 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A studies project of TCP server and client in C#
Simple login and comunication with all responses and users saved inside a MSSQL database.
All needed info about database is inside Database.sql.
Communication is simple message exchange:
1. Client must send login credentials until passing correct ones
2. Server responds with info about provided credentials
3. When client passed correct data, is allowed to chat with server with responses
specified in database or a special type message being command.
---
Special commands
---
Admin
- getall
- userdel @login
- useradd @login @password @permission
---
Normal User
- usermod @login @newpassword
- random @min @max
---