Skip to content
This repository was archived by the owner on May 17, 2020. It is now read-only.

Commit f2f05be

Browse files
committed
Add a README.md
1 parent 797c4cc commit f2f05be

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.vs/
22
Debug/
33
Release/
4+
*.opensdf
45
*.sdf

src/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# echo-plugin
2+
This plugin provides two natives to the Pawn runtime intended to broadcast messages over UDP to a specified destination.
3+
4+
## native EchoMessage(message[]);
5+
Distributes `message` to the previously set destination. The maximum length of `message` is defined by the Pawn runtime.
6+
7+
## native SetEchoDestination(hostname[], port);
8+
Sets `hostname`:`port` to be the destination of the UDP broadcast messages. `hostname` will be resolved before being set.

0 commit comments

Comments
 (0)