T
Tom
I want to learn how to transfer data from one C program to another C
program dynamically. Program #1 receives a live data feed and
partially processes that data. Program #2 completes the data
processing. To make this even more challenging ... I need to do this
transfer across a LAN.
My networking experience consists of a one time installation of a NIC
card and the connecting of two computers. Sharing the internet cable
feed was a snap (easy instructions); however, I struggled for a few
days getting the file transfer working. Thus I am only one step away
from TOTAL novice.
My itsy bitsy network consists of two computers running Win2000. I am
currently using C++.Net to write console applications. Essentially C
style structured programming.
The folks at the C newsgroup said I needed to find networking gurus or
operating system experts ... so here I am posting for the first time
to this group. One person said it sounded like a "sockets" type of
task. If so ... where should I begin? Any book recommendations that
can explain this daunting task in a step-by-step fashion? Another
person suggested INI files could possibly be utilized? Perhaps the
best method is unrelated to either sockets or INI files? My goal is to
get my specific task working, but I also would benefit greatly
learning networking basics. I seem to get lost in this vast topic
easily and hope to initially focus on the type of networking for the
Win2000 set-up I have. It is the only system I have access too and
will be my hands-on learning framework.
I greatly appreciate any guidance, book recommendations, online
tutorial suggestions, etc. Thanks in advance for your help.
-- Tom
program dynamically. Program #1 receives a live data feed and
partially processes that data. Program #2 completes the data
processing. To make this even more challenging ... I need to do this
transfer across a LAN.
My networking experience consists of a one time installation of a NIC
card and the connecting of two computers. Sharing the internet cable
feed was a snap (easy instructions); however, I struggled for a few
days getting the file transfer working. Thus I am only one step away
from TOTAL novice.
My itsy bitsy network consists of two computers running Win2000. I am
currently using C++.Net to write console applications. Essentially C
style structured programming.
The folks at the C newsgroup said I needed to find networking gurus or
operating system experts ... so here I am posting for the first time
to this group. One person said it sounded like a "sockets" type of
task. If so ... where should I begin? Any book recommendations that
can explain this daunting task in a step-by-step fashion? Another
person suggested INI files could possibly be utilized? Perhaps the
best method is unrelated to either sockets or INI files? My goal is to
get my specific task working, but I also would benefit greatly
learning networking basics. I seem to get lost in this vast topic
easily and hope to initially focus on the type of networking for the
Win2000 set-up I have. It is the only system I have access too and
will be my hands-on learning framework.
I greatly appreciate any guidance, book recommendations, online
tutorial suggestions, etc. Thanks in advance for your help.
-- Tom