Jump to content

Send messenges over internet with script?


Recommended Posts

I have wroten a script which produces a char string which I would like to be able to reach from other computers than the one running the script. Mail or anything would be good.

Is there a way to write code which sends the string to the receiver? Preferably a mail-server since they are always online.

The receiver runs OpenBSD if it makes any difference.

Link to comment
Share on other sites

You can make a direct connection by using TCP. Look at the beta helpfile for more details, it's not very hard. Alternatively you can send a email but then you'll have to read it and everything, TCP sounds easier to me.

[Edit:] just for clarity, TCP doesn't require a server at all, it can make a direct connection from one pc to another ( p2p )

Edited by Manadar
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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