Skip to content
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.

Commit

Permalink
threw together a quick readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hex authored Mar 7, 2017
1 parent 9a7a9af commit c5820ef
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# TCPGeckoSharp
.NET assembly that lets you access and use TCPGecko.

## How to use
- Download from [here](https://github.com/ASHTeam/TCPGeckoSharp/releases/latest)
- Add the reference to your project
- Add `using TCPGeckoSharp;` to the list of assembly(s) used by your project
- Declare it by using `public TCPGecko gecko;` and `gecko = new TCPGecko("ip here", 7331);`
- Connect to the console using `gecko.Connect();` and disconnect using `gecko.Disconnect();`

## Compiling
- Get VS
- Download this source
- Open this in VS
- Go to Build tab
- Click Build Solution

0 comments on commit c5820ef

Please sign in to comment.