frends Community Task for TCPTasks
You can install the Task via frends UI Task View or you can find the NuGet package from the following NuGet feed https://www.myget.org/F/frends-community/api/v3/index.json and in Gallery view in MyGet https://www.myget.org/feed/frends-community/package/nuget/Frends.Community.TCP
Send one or more TCP/IP Ascii requests
Property | Type | Description | Example |
---|---|---|---|
Commands | string |
A command to send | < GET MODEL > |
IpAddress | string |
Host IP address | 127.0.0.1 |
Port | int |
Host port number | 13000 |
Property | Type | Description | Example |
---|---|---|---|
Timeout | int |
Reader timeout in seconds | 15 |
Responses in JArray
Property | Type | Description | Example |
---|---|---|---|
Responses | JArray |
Command response data | {["< MODEL... >"]} |
Clone a copy of the repository
git clone https://github.com/CommunityHiQ/Frends.Community.TCP.git
Rebuild the project
dotnet build
Run tests
dotnet test
Create a NuGet package
dotnet pack --configuration Release
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
- Fork the repository on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
Version | Changes |
---|---|
0.0.1 | Demo version |
0.0.2 | Flush incoming stream before new command |
1.0.0 | Added target frameworks net6 & net8. Updated dependencies: downgraded Newtonsoft.Json to 12.0.1, upgraded System.ComponentModel.Annotations to 5.0.0, NUnit3TestAdapter to 4.6.0 |