summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2afb359)
raw | patch | inline | side by side (parent: 2afb359)
author | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Dec 2007 09:22:21 +0000 (09:22 +0000) | ||
committer | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Dec 2007 09:22:21 +0000 (09:22 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8065 594d385d-05f5-0310-b6e9-bd551577e9d8
contrib/socket_server/client.php | patch | blob | history |
index 8d88d88f459e24ddc96dfea6c52d5ae2829f6c05..a8ec84284da119a989316326d3b2ec631c7a8cac 100755 (executable)
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 = "<xml><header>ping</header><source>192.168.1.36:10001</source><target>192.168.1.36:10000</target></xml>";
$sock->write($data);
#$sock->setEncryptionKey("ferdinand_frost");