Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x1nf3cted/updog
Updog is a chat app in c
https://github.com/0x1nf3cted/updog
c chat cli implementation lightweight network networking socket socket-programming terminal-based tui
Last synced: 9 days ago
JSON representation
Updog is a chat app in c
- Host: GitHub
- URL: https://github.com/0x1nf3cted/updog
- Owner: 0x1nf3cted
- License: mit
- Created: 2023-03-24T16:54:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-05T16:53:25.000Z (about 1 year ago)
- Last Synced: 2024-10-11T03:18:30.251Z (26 days ago)
- Topics: c, chat, cli, implementation, lightweight, network, networking, socket, socket-programming, terminal-based, tui
- Language: C
- Homepage:
- Size: 687 KB
- Stars: 10
- Watchers: 1
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Updog 🐶: nterminal chat app
## so what's Updog? (gotcha 😆😆)
Updog is a chat app written in c, it can listen to upcoming connections from 1 client and send then receive messages from the client
## Run:
- use the script:
`mkdir build` if build doesn't exist
then:
server side : `bash ./run.sh -l [port]`
client side: `bash ./run.sh -c [ipAdress] [port]`
or
- build it manually:
`mkdir build`
`cmake ..`
`make`
`./updog`
## Improvements:
- [x] start a connection between a server and client
- [x] send and receive messages
- [x] multiple clients to connect to a server
- [x] user can send multiple messages to the server
- [x] stop the connection when the client is inactive for 1min### Features:
- [ ] show the username of the client, and the time when the message was sent
- [ ] access those rooms with a username and a password
- [ ] allow file transfer between client and server
- [ ] secure the file transfer process### Todo:
- [ ] make the user disconnect when he type /q after ensuring the message was sent succesfully (Bug)❤️you're more than welcome to contribute❤️
### Example:
![video](examples/example.png)
| :exclamation: this was tested only on linux |
|-----------------------------------------|MIT License
Copyright (c) 2023 duckduckcodes