Sendlog

Version 0.0.1.5
by Daniel Wesslén

Frequently Asked Questions

Q What does this program do anyway?
A Sendlog sends the arguments you give it as a message to NotifyAnything, which will forward them to the PopUp plugin, which will display a nice little window.
 
Q How should the messages be formatted?
A

Read the Protocol Reference section in the NotifyAnything documentation.

Requirements

Miranda IM with the PopUp and NotifyAnything plugins.

Usage

Simply run sendlog.exe or sendlog32.exe, giving the message as an argument.

c:\> sendlog Hello
c:\> sendlog32 Hello

If -T is specified, the message is sent through TCP/IP, otherwise it is sent as a single UDP message.

If you start sendlog without any arguments it will accept input and send each line as a separate message. (Not applicable to sendlog32.)

c:\> sendlog
Hello

A prefix may be prepended to every line.

c:\> sendlog -p Bob#
Hello

It is possible to send messages to a port different from the default (12001) by providing it with -P, or to a different computer using -H.

c:\> sendlog -P 12345 Hello
c:\> sendlog -H my.computer.com Hi there!

Version History

0.0.1.5
  • Can now send messages through TCP as well as UDP.
0.0.1.4
  • Can now send messages to other computers.
0.0.1.3
  • Fixed problem with -P argument without message arguments.
0.0.1.2
  • Can now send messages to any port.
0.0.1.1
  • Option to prepend a prefix to every message. 
  • Separated Sendlog from the NotifyAnything package.
  • Package now includes Sendlog32, a Win32 application, usable when Sendlog causes a console window to appear and rapidly disappear.
0.0.1.0
  • Initial release.

Known Bugs

None.