News

This paper shows the implementation of ECC algorithm on a data that is sent from one computer device to another connected through LAN using socket programming in Java.
Network Programming Basics Network programming is usually done with sockets. A socket serves as a communication end point between two processes. In this article, we describe network programming with ...
Hi folks - I've found myself having do some socket programming in the linux kernel. (yes, yes, I know: have I thought about user space? Yes, that's where I've prototyped my code. This is a ...
For GUI programming on Linux, I'd say the best toolkit by far is Qt. It's full-featured, has good documentation and tools such as GUI builders etc. Another popular choice is Gtk, but IMHO that's ...