https://github.com/jacobpclouse/powershelltcpexample
This repository provides a simple demonstration of TCP communication between a client and a server using PowerShell. The code showcases how to establish a connection from a client machine to a server, allowing for basic data exchange over the network. Explore this example to understand the fundamentals of TCP communication in PowerShell.
https://github.com/jacobpclouse/powershelltcpexample
powershell powershell-script powershell-tcp
Last synced: 5 months ago
JSON representation
This repository provides a simple demonstration of TCP communication between a client and a server using PowerShell. The code showcases how to establish a connection from a client machine to a server, allowing for basic data exchange over the network. Explore this example to understand the fundamentals of TCP communication in PowerShell.
- Host: GitHub
- URL: https://github.com/jacobpclouse/powershelltcpexample
- Owner: jacobpclouse
- Created: 2024-01-08T23:11:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T23:11:26.000Z (about 2 years ago)
- Last Synced: 2025-01-12T05:27:23.243Z (about 1 year ago)
- Topics: powershell, powershell-script, powershell-tcp
- Language: PowerShell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PowerShellTcpExample
This repository provides a simple demonstration of TCP communication between a client and a server using PowerShell. The code showcases how to establish a connection from a client machine to a server, allowing for basic data exchange over the network. Explore this example to understand the fundamentals of TCP communication in PowerShell.