Active TopicsActive Topics  Display List of Forum MembersMemberlist  Search The ForumSearch  HelpHelp
  RegisterRegister  LoginLogin
PowerHome General
 PowerHome Messageboard : PowerHome General
Subject Topic: Sold here in Netherlands Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
krommetje
Super User
Super User
Avatar

Joined: December 29 2004
Location: Netherlands
Online Status: Offline
Posts: 695
Posted: January 04 2015 at 08:30 | IP Logged Quote krommetje

Hi all,

do any of you know about internet control station klikaanklikuit and if PH could be "taught"to communicate with this stuff?
By using a webbrowser you can control this system...

this stuff is being sold and widely available....

some more stuff found here....

Some PHP code found on this page as well:
Code:

<?php
$opdracht = $_GET["opdracht"];
$tekstregel1 = $_GET["tekstregel1"];
$tekstregel2 = $_GET["tekstregel2"];

if (!isset($opdracht)) die("Geen opdracht gegeven!");

$broadcast_string = "001,!" . $opdracht . "|". $tekstregel1 . "|" . $tekstregel2 . "|";
$sock = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP);
socket_set_option($sock, SOL_SOCKET, SO_BROADCAST, 1);
socket_sendto($sock, $broadcast_string, strlen($broadcast_string), 0, '255.255.255.255', 9760);
socket_close($sock);


Edited by krommetje - January 04 2015 at 08:37
Back to Top View krommetje's Profile Search for other posts by krommetje Visit krommetje's Homepage
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum