-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvements and bug fixing in multicast registering
- Loading branch information
Agraj P Das
authored and
Agraj P Das
committed
Jun 18, 2024
1 parent
1619f4b
commit 9236d50
Showing
4 changed files
with
14 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
""" | ||
stmp | ||
Sitty Talky messaging Protocol : A primitive protocol purely written in python for tinkering with your office mates over LAN! | ||
Sitty Talky messaging Protocol : A primitive protocol purely written in python for tinkering with my office mates over LAN! | ||
""" | ||
|
||
from .server import STMPServer | ||
|
||
__version__ = "0.0.2" | ||
__version__ = "0.0.3" | ||
__author__ = "@bRuttaZz" |
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
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