2022-11-06 02:53:23 +03:00
|
|
|
# Socket_Programming-GUI
|
2023-02-14 21:52:42 +03:00
|
|
|
Server-Client GUI Project
|
|
|
|
EPOLL Server
|
|
|
|
GTK 3 GUI
|
2022-11-06 02:54:44 +03:00
|
|
|
|
|
|
|
|
2023-02-14 21:52:42 +03:00
|
|
|
Most probably it has bugs and a lot to improve but I'm bored.
|
2023-02-14 21:53:06 +03:00
|
|
|
|
|
|
|
|
2023-02-14 21:52:42 +03:00
|
|
|
Technically it's working, feel free to do anything.
|
2022-11-06 02:54:44 +03:00
|
|
|
|
2022-11-06 02:53:23 +03:00
|
|
|
|
2023-02-14 21:52:42 +03:00
|
|
|
Special Thanks to @SoftPrayog on Youtube. His video helped me to understand epoll more.
|
2023-02-14 21:53:06 +03:00
|
|
|
|
|
|
|
|
2023-02-14 21:52:42 +03:00
|
|
|
Special Thanks to onestraw on Github. His epoll example really helped me.
|
2022-11-06 02:54:44 +03:00
|
|
|
|
|
|
|
|
2023-02-14 21:52:42 +03:00
|
|
|
Based on many resources but here are some
|
2022-11-06 02:54:44 +03:00
|
|
|
|
2023-02-14 21:53:06 +03:00
|
|
|
|
2023-02-14 21:53:27 +03:00
|
|
|
man7.org
|
2023-02-14 21:53:06 +03:00
|
|
|
|
|
|
|
|
2023-02-14 21:53:27 +03:00
|
|
|
stackoverflow.com
|
2023-02-14 21:53:06 +03:00
|
|
|
|
|
|
|
|
2023-02-14 21:52:42 +03:00
|
|
|
docs.gtk.org/gtk3
|