forked from amida-tech/mllp
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Basic Character Encoding Support, Timeout with Auto-Response,
Supports bind to all Interfaces (0.0.0.0)
- Loading branch information
Alex
committed
Sep 16, 2020
1 parent
962a0e4
commit 5f414a7
Showing
4 changed files
with
87 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,13 @@ | |
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "Dmitry Kachaev <[email protected]> (http://github.com/kachok)", | ||
"contributors": [ | ||
{ | ||
"name": "Alexander Drexler", | ||
"email": "[email protected]", | ||
"url": "http://github.com/tkalex" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:amida-tech/mllp.git" | ||
|