[twsocket] Internet cafe software

2005-05-30 Thread George
Hello, I want to make an internet cafe software that will use ICS to communicate. Here's the specs: 1. There is one server and X number of clients. We dont know how much clients, this number is configured by user. So I need to dynamically create sockets. 2. The server will listen and the clien

[twsocket] Non-LineMode Protocol Sending and Receiving

2005-05-30 Thread Wesley Spadola
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am experimenting with writing a program that does not rely on LineMode to send and receive data. The following procedure is attached to a server component: TriggerWriteDebug is my own event, which at this time only outputs text to a TMemo. Also,

Re: [twsocket] Computer Host Name By It's IP-adress

2005-05-30 Thread Francois Piette
Just use the hostname in the FTP component instead of IP address and it will work. The only condition is to have your window network properly configured. If you want to separately resolve hostname to IP, look at the demos DnsLook and NsLook. Not only the FTP but all component does internally the

[twsocket] Computer Host Name By It's IP-adress

2005-05-30 Thread Artem Antonov
Hello, I have a question. How I can realize resolution from Computer Host Name to it IP-adress with the help of ICS? For example, I have DHCP-controlled local network, and with the help of FTPClient I connected to the FTP server, which IP address is dynamically allocated by DHCP server. Thus