From 914ff58de2c044ee1eb0fea79c537217947b150c Mon Sep 17 00:00:00 2001 From: rettenbe Date: Mon, 10 Dec 2007 09:22:21 +0000 Subject: [PATCH] update git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8065 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/socket_server/client.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/socket_server/client.php b/contrib/socket_server/client.php index 8d88d88f4..a8ec84284 100755 --- a/contrib/socket_server/client.php +++ b/contrib/socket_server/client.php @@ -5,11 +5,12 @@ require_once("../../include/class_socketClient.inc"); error_reporting(E_ALL); $sock = new Socket_Client("10.89.1.155","9999",TRUE,1); +#$sock = new Socket_Client("169.254.2.248","9999",TRUE,1); $sock->setEncryptionKey("ferdinand_frost"); if($sock->connected()){ /* Prepare a hunge bunch of data to be send */ - $data = "Hallo Andi. Alles Wird Toll."; + $data = "
ping
192.168.1.36:10001192.168.1.36:10000
"; $sock->write($data); #$sock->setEncryptionKey("ferdinand_frost"); -- 2.30.2