summaryrefslogtreecommitdiff
path: root/VS-Sim-Sources/sources/protocols/implementations/README
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-08-15 04:09:42 +0000
committerPaul Buetow <paul@buetow.org>2008-08-15 04:09:42 +0000
commitafed274c10a93957f82a009824cafe8d83aa68a8 (patch)
tree4a4d3980a3d9eb32bf7be443a83afe4c21dcdf55 /VS-Sim-Sources/sources/protocols/implementations/README
new branches
Diffstat (limited to 'VS-Sim-Sources/sources/protocols/implementations/README')
-rw-r--r--VS-Sim-Sources/sources/protocols/implementations/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/VS-Sim-Sources/sources/protocols/implementations/README b/VS-Sim-Sources/sources/protocols/implementations/README
new file mode 100644
index 0000000..fd8effa
--- /dev/null
+++ b/VS-Sim-Sources/sources/protocols/implementations/README
@@ -0,0 +1,10 @@
+How to add a new protocol:
+
+1. Copy the file VSDummyProtocol.java into VSYourOwnNiceProtocol.java
+
+2. Edit VSYourOwnNiceProtocol.java and replace the classname!
+
+3. Edit the initialize method of events.RegisteredEvents.java and add the classname
+of your protocol. E.g.: "protocols.implementations.VSYourOwnNiceProtocol"
+
+