software

Lazarus with Raspberry Pi

Aug
26

==Stuff related to Lazarus==
===Extra Components===
TCP/IP Components and Serial Port Components
[http://synapse.ararat.cz/doku.php/start]

===Other Stuff===
It is possible to generate Python modules using Delphi.
[http://wiki.lazarus.freepascal.org/Developing_Python_Modules_with_Pascal]

Posted By Admin read more

Software Hacking

Aug
02

An index page for software hacking stuff.

Tags: 
Posted By Charlie read more

Shutdown Client

Apr
05
Tags: 

The shutdown client is a simple command-line program that transmits a group name using UDP. And machine running the [[shutdown-service|Shutdown Service]] will receive the message and automatically turn off the machine.

Posted By Charlie read more

X10 Client

Apr
05
Tags: 

The X10 client application acts as an X10 controller that sends the requests to the X10 server program.

Posted By Charlie read more

Shutdown Service

Apr
05
Tags: 

The Shutdown service is an NT service that uses a UDP listener. If it receives a message on the configured port and the group name specific is in its configuration list file, then it will automatically shutdown the machine.

The configuration file is named UDPGroup.txt and just contains a list (one entry per line) of the names that it will respond to.

Posted By Charlie read more

Pages

Subscribe to RSS - software