Closed ihabtawfig closed 10 years ago
Why do you use WebSocket for that? Are you sure that you want WebSocket? As far as I understand you need to look at ExampleTelneyneypot. Example of simple server.
Kakserpom, Thanks a lot, that was exactly what I needed for now. I really hope I can learn more about WebSocket for future usage, just waiting for a little "High Level" usage documentation :) , thanks again
I want to listen to data comming to my server in port 8047, I have installed phpdaemon application in: /opt/phpdaemon/PHPDaemon/Applications/ExmpleWebSocket.php My phpd.conf is:
But nothing is happening when I telnet myserver:8047 also I used the test_socket.html (located in /var/www/html/) to test the socket with code:
the socket is opened but no data in tty log. thanks in advance for your help.