Re: [CentOS] Network communication between hosts

2010-12-29 Thread cpolish
derleader __ wrote: > The data is not so much - CPU utilization, RAM utilization, List of > installed software, list of users and so on. The information is not > so much. What are the options for this task is there a C++ library > that I can use to convert the data and then to transfer if via >

Re: [CentOS] Network communication between hosts

2010-12-28 Thread Les Mikesell
On 12/28/10 6:28 PM, derleader __ wrote: > Thank you for the reply. > The data is not so much - CPU utilization, RAM utilization, List of installed > software, list of users and so on. The information is not so much. What are > the > options for this task is there a C++ library that I can use to c

Re: [CentOS] Network communication between hosts

2010-12-28 Thread Robert Heller
At Wed, 29 Dec 2010 02:28:48 +0200 (EET) CentOS mailing list wrote: > > > > Thank you for the reply. > > > The data is not so much - CPU utilization, RAM utilization, List of > installed software, list of users and so on. The information is not so much. > What are the options for this t

Re: [CentOS] Network communication between hosts

2010-12-28 Thread derleader __
Thank you for the reply. The data is not so much - CPU utilization, RAM utilization, List of installed software, list of users and so on. The information is not so much. What are the options for this task is there a C++ library that I can use to convert the data and then to transfer if via n

Re: [CentOS] Network communication between hosts

2010-12-28 Thread John R Pierce
On 12/28/10 4:09 PM, derleader __ wrote: > Hi, >I need advice about developing C++ program. I need to develop 2 > application which must communicate via network using SSL encryption. > The problem is in which format to exchange the data. I can use XML > format to exchange data between the h

[CentOS] Network communication between hosts

2010-12-28 Thread derleader __
Hi, I need advice about developing C++ program. I need to develop 2 application which must communicate via network using SSL encryption. The problem is in which format to exchange the data. I can use XML format to exchange data between the hosts but a lot traffic will be generated. What are