Skip to content

Commit d6e0919

Browse files
authored
Update README.md
1 parent 06b87cf commit d6e0919

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
11
# SimpleClient
2-
Simple Client/Server for testing XOPE
2+
Simple Client/Server for testing XOPE. It can run as both a Winsock client and server, with the ability to send messages. This can be used to demonstrate the capture, filter and replay capabilities of XOPE.
3+
4+
## Usage
5+
```SimpleClient.exe MODE PORT```
6+
```
7+
Mode:
8+
-s = Run as server
9+
-c = Run as client connecting to server
10+
```
11+
### Example
12+
Starts a server on port 1337:
13+
```
14+
SimpleClient.exe -s 1337
15+
```
16+
17+
Connects to an existing server on port 1337.
18+
```
19+
SimpleClient.exe -c 1337
20+
```
21+

0 commit comments

Comments
 (0)