socket-programming topic
Chatroom-in-C
A simple Chatroom built in C programming language. The program is built uses multithreading for handling multiple clients.
File-Transfer-using-TCP-Socket-in-C
A simple TCP client-server program written in C. In this program the client read a file and send its data to server. The server then receives the data and write it in a text file.
CaroOnline_SocketJava
Caro Online Game written in Java using Socket architecture
Kernel_UDP
A kernel module that implements client - server communication in UDP
Car-racing-game
A pseudo-3D pursuit and racing game made using SFML C++
Socket-Program
C++&&Java socket网络编程 学习socket 案例快速入手
Chat-room-v3.0
This has features like sending messages, showing all users in database, showing all the active users, working in real-time, responsive, managing account settings, login, logout, register. Hope you li...
MiniTCPIPStack
An implementation of a TCP IP Stack starting from Application Layer to Physical Layer. - > OSI Model
bluetooth-service-rfcomm-python
This application connects two devices over Bluetooth and allows one to send messages to the other using json. Raspberry Pi Bluetooth interfacing with Linux via RFCOMM BT network
socket-chat
This project will help you build a chat app by using the Socket IO library.