Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e7ec19c

Browse files
Update README.md
1 parent 315b20c commit e7ec19c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎README.md‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11

2-
PrinceSocket is a Singleton Socket Class written in PHP that is useful for any application.
2+
PrinceSocket is a Singleton Socket Class written in PHP. PrinceSocket can connect to any socket application and more.
33

4-
You can connect to virtually any socket application, troubleshoot network devices and more.
4+
You can connect to any socket application, email server (smtp.domain.com:25), troubleshoot network devices in real time and more.
55

66
Usage is very simple.
77
Instantiate the socket class and send the Device Command to it,
8-
You will response back from the device or application that you were conneted to.
8+
You will receive immediate response back from the device or application that you are conneted to. Consult your device manual for list of commands available while connected. Use of help command on the terminal maybe helpful.
99

10-
Let me demonstrate your simple way to communicate or troubleshoot a mail server using passing mail command to PrinceSocket.
11-
Note that the Mail server running on port 25. (Change the port your mail server is running on }
10+
Let us demonstrate a simple way to communicate or troubleshoot a mail server in a realtime. passing MAIL command to PrinceSocket.
11+
For this demonstration, we assume that our mail server is currently running on port 25.
1212

13-
As a rule of thumb: Never connect to any network or server that you do not own without prior written approval.
13+
As a rule of thumb: Never connect to any network or server that you do not have an approval to do so.
1414

1515
You can use the example below to connect to any socket device or application.
1616
Subtitute the commands with the application's commands

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /