470 Topics

Member Avatar for
Member Avatar for greywolf

Hi, I would like to create a simple chat program. Could you advice me which Java technology should I best look at. I did a tutorial from sun.com about Socket programming. Do I use this for such a simple chat program and if yes, how do I connect two clients. …

Member Avatar for jwenting
0
97
Member Avatar for DynamitMsk

Hello, I'm working on a stock trading assignment. I have developed the algorithm for trading, and now I need a little help on getting the data from a server. There's a server that replies to the following request: servername stockcost <stockname> and I assume I can use it like: int …

Member Avatar for John A
-1
134
Member Avatar for mytime19

hi...can anyone give advice, tips, on how will i come up in developing the antivirus software coz i dont have any idea.. im know core level in assembly and i haven't tried using the it.. i have had a hard time learning it.. actually i want to create a project.. …

Member Avatar for jwenting
0
96
Member Avatar for bops

Hi, I'm relatively new to socket programming in C/C++ but i have read a few tutorials and had a good go at trying to do it. I have got to the point where i have created a kind server that will accept incoming connections and then when the data is …

Member Avatar for bops
0
480
Member Avatar for Gorilla

I am learing the book: Foundations of Python Network Programming - Apress 2004 When I tried this: [CODE] import socket, sys host = sys.argv[1] textport = sys.argv[2] #.... [/CODE] Then my IDE notify me this exception when debug: """IndexError: list index out of range: host = sys.argv[1] """ When I …

Member Avatar for Gorilla
0
132
Member Avatar for YASIR IRFAN

Dear All, I have an application witch get real time data and update itself like STOCK MARKET trading terminal. I want to capture real time data and store it in a text file. Please help me in this regard Thanks:sad:

Member Avatar for Comatose
0
270
Member Avatar for winbatch

Hi, I've inherited some code in C that acts as a server and receives requests over a socket. That is all working fine. I wanted to make a very small change to the server code to print out the hostname of the client connection. However, I'm always getting 0.0.0.0 as …

Member Avatar for kris.c
0
167
Member Avatar for kris.c

hello, I am supposed to transfer a .c file from my machine to a remote machine without "telnetting" ..I have managed to do so by using the basic socket programming functions...I must find out a way to make the remote machine to automatically execute the .c file on receiving it …

Member Avatar for kris.c
0
129
Member Avatar for achigani

Hey, Symantec Scan Engine is a content-scanning engine. I have installed it in a Windows 2003 machine as a service. You connect to it via command line using this command "ssecls -server [I]hostname:port filename". [/I]The hostname is the machine where it is installed and port is the default port that …

Member Avatar for iamthwee
0
186
Member Avatar for Cudmore

Hey y'all! I'm fairly new to internet programming, and I'm surrently developping my first socket app in Java.. Now I have a question... I wrote a simple chat client to learn the commands, it uses a datagram socket (that's what I want to stick with for now) and sends/recieves messages.. …

Member Avatar for Cudmore
0
182
Member Avatar for mhk_mohsin

Hi every body I m new to symbian programming in c++ but not finding much help related to symbian in c++ So any one who can help me in this regard. and suggest a book for beginners Another problem is that i wana use bluetooth socket api but not finding …

Member Avatar for Ene Uran
0
136
Member Avatar for topaz

Hi,i am a computer science student and i was thinking of creating an online chat system for students in my uni as a final year project, i really need ideas on how i can go about my project, especially with the design, i am planning to use java socket programming …

Member Avatar for freesoft_2000
0
79
Member Avatar for skprasat

Hi all, im new to this..... i want to send a doube to client...so im convt that to char and sendg that...it prits d exact value in server, but in client it doesnt print the decimal value... it just display like '123.' my code looks like.... [code] struct sockaddr_in server; …

Member Avatar for Dave Sinkula
0
273
Member Avatar for eilidh

This is an assignment where the server uses a socket to communicate with a web browser however it has to be multi threaded but I am not sure on how to add code for the threads, i have attempted it but got no where. thanks. [code]/******************************************************************** * Systems Programming (COMU311) …

0
84
Member Avatar for Comatose

[B]A Little Rant[/B] I love [URL=http://www.mozilla.org/products/thunderbird/]ThunderBird[/URL], I really do. I only have one problem with it. I have not yet found an e-mail client as good as thunderbird, and every e-mail client that I have entertained have all come short of one specific attribute that I really like. You can …

Member Avatar for OurNation
0
459
Member Avatar for shahin

I have to apologize to the moderators that I was not sure where I should post my question. So if this is wrong fourm feel free to move it to a more suitable place, thank you. First of all I like to thank everyone here for their help in last …

Member Avatar for shahin
0
229
Member Avatar for Tester2

I am one of the many people trying to grasp something new in this forum. I come here, because it seems to frequented by C++ experts, who actually try to respond. I am trying to learn how to program an HTTP protocol based text file download. I have searched far …

0
112
Member Avatar for msbopape

I am a windows programming student, am doing VC++ but I have a problem about socket programming. I just don't know which code has be written in the clients and which has be written to the server Can somebody help me complete my CSocket programming Best bregards Steward

Member Avatar for FireNet
0
93
Member Avatar for mpkhadloya
Member Avatar for nallahp
0
155
Member Avatar for Mahen

hi everyone, I belive in daniweb and post my question so that everyone can help me. CAN anyone provide me with a link to a web that has a tutorial about: 1. Socket programming in win32 2. Porting UNIX C's to WIN32 THANKS :p

Member Avatar for FireNet
0
118

The End.