socket-programming topic

List socket-programming repositories

Chatroom-in-C

70
Stars
74
Forks
Watchers

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

34
Stars
30
Forks
Watchers

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

44
Stars
29
Forks
Watchers

Caro Online Game written in Java using Socket architecture

Kernel_UDP

39
Stars
14
Forks
Watchers

A kernel module that implements client - server communication in UDP

Car-racing-game

35
Stars
15
Forks
Watchers

A pseudo-3D pursuit and racing game made using SFML C++

Socket-Program

51
Stars
18
Forks
Watchers

C++&&Java socket网络编程 学习socket 案例快速入手

Chat-room-v3.0

19
Stars
1
Forks
Watchers

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

15
Stars
4
Forks
Watchers

An implementation of a TCP IP Stack starting from Application Layer to Physical Layer. - > OSI Model

bluetooth-service-rfcomm-python

28
Stars
6
Forks
Watchers

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

49
Stars
22
Forks
Watchers

This project will help you build a chat app by using the Socket IO library.