Hello, I wrote a client, that read from server a buffer.
This buffer is a mesure of temperature.
When i run the client in the pc, where is installed the the server, i read the right value of t...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello all !
I have a snmp poller, built over libnetsnmp, which now demands a higher load than usual (at least for my environment). It runs fine with tens of agents, but when the number grows t...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi Frnds,
I am the new user and posting my very first query, expecting needful reply
I am using UDP sockets for Inter Process Communication (with in the device, I want to communicate to othe...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
I was trying to figure out the process id of the client process using SO_PASSCRED socket option on the server socket. The pid would be read as control information in recvmsg.
But I h...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Code:
/* watch listenSocket to see when it has an input */
fd_set set;
FD_ZERO(&set);
FD_SET(listenSocket, &set);
/* timeout to the accept() call */
struct timeval ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
I am learning socket programming in C for an upcoming project at work.
I have created two client sockets one connects to http server of given ip on port 80 and fetches Get request and the ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello, it's my first post here and I'm sure I'll get some good answers from you guys..
In first place, sorry if if my english is a little wrong, I'm from Argentina :-)
I'm designing a tool f...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello!
I'm still don't understand the difference between binding INETADDR_ANY and loopback address 127.0.0.1. Can someone explain me it please.
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
This is a private message that i had mistakenly sent to Robert. Here is the message with Roberts answers inline
My machine= linux (2.6.9)
---Quote (Originally by anirbande)---
hi Robert i ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
Test Case::
No of Connections made = 5000
No of Message being sent = 100
Data size sent by server to each client = 1448 Bytes
Send Socket buffer on Server and Receive Socket buffer...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi
I lost a lot of time in understanding the message "sendto Invalid argument" when I execute the following code.
This code is a simple UDP sender improved with some reliability ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I wrote a UDP sender and a UDP receiver, my goal is to transmit a file from th sender to the receiver. I'm using Ubuntu 8.04
Compiling goes well but when I execute the sender, its "sendto&qu...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
As per tutorials and posts regarding recv methods, there is no guarantee that all bytes send by server at a time is received by other side in a single recv..
For example, if server sends() 500 b...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
i have this design
internet
|
Router(Suse) ---- Content-Filter Server
|
LAN
am using iptables to redirect client httprequests from Port 80 to my own program's port that is writen (...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have a module which has to use UDP for receiving messages from three different machines. I.e. 3 machines having individual IP addresses and a pair of ports.
machine -1 --- IP add x.x.x.x Ports...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi
I am developing a chat application. using tcp/ip the chat server is written in c/c++ on a centos 5 machine.
The clients are all windows machines again with a custom c/c++ app
I use ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello,
we have an application which register to server and receive data on sockets.
To ensure that we didnt miss any of data we runs client on two machines which are exactly similar.
Probl...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi there.
I am getting a small error in my program which I cannot spot.
Let me explain what the program is doing at the point of the error:
Firstly, we have two structs:
Code:
struct client_m...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello!
Where can I fiund list of socket options and their default values supported on Linux (and if someone know for other operating systems like Widnows, Solaris or BSD* too)?
Or if this ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
HI
I have the requirement of making a UDP socket block only for a perticular amount of time say 5sec, after that it should unblock. How many ways are there to do this ?
I know one way to ac...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
--------------------------------------------------------------------------------
anyone and teach me how to save standard output to a file in a client/server socket. I know how to read them to...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi all,
I'm looking at adding some redundancy to my servers, and I've thought of one possible way to do it, but before I try to implement that I'd love to have some advice, in case there is some r...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi I'm new to configuring iptables and i've got a little problem in understanding the terms
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT any...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello all,
for a class project I'm working on we're setting up a server that will execute simple commands the client gives. The server then forks and executes the command and provides the out...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I've got a weird bug that I'm tracking down.
As far as I know a non-blocking socket call to recv() should always return immediately (or close to immediately).
My application will run along...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine