Jump to content

Recommended Posts

Posted

Hi!

I´m trying to write a small Server Monitoring Solution.

CODE

while 1

If ProcessExists ( "Process" ) Then

Sleep(500)

Else <SEND Signal to Monitoring>

Sleep (500)

EndIf

WEnd

How do I send a signal, and how do I receive it?

Posted (edited)

Look in TCPConnect(), the examples in the help file should get you started. :D It's just knowing what to look for, :o

TCPConnect()

TCPSend()

TCPReceive()

Edited by BinaryBrother

SIGNATURE_0X800007D NOT FOUND

Posted

Thanx, found it.

I used the German Help-file, there was nothing about TCP....

Tried out TCPrecv and TCPsend.

But I don´t understand the code.

How do I receive from more than one sender?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...