I have implemented a simple server-client model to send and print messages between my Raspberry Pi and my laptop on which I run Linux, Ubuntu. Here are the client and then the server code. And the server code: I run the server code on my Raspberry Pi and the client code on my laptop. Connection happens successfully but server only
Tag: client
How can I build a standalone MQSeries client under Linux using the C API?
IBM offer an installable MQSeries Client software that allows you to access queue managers on remote hosts. They also offer some C-callable libraries that let you do messaging from a C application. My problem is that I don’t have admin access on the hosts I plan to test-deploy on, and getting an application installed comes with bigtime Enterprise hassle. IBM,