Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need "Join" to supplement a 1-to-1 "listen" style API #44

Closed
2 tasks done
reactive-firewall opened this issue Apr 25, 2022 · 0 comments · Fixed by #45
Closed
2 tasks done

Need "Join" to supplement a 1-to-1 "listen" style API #44

reactive-firewall opened this issue Apr 25, 2022 · 0 comments · Fixed by #45
Assignees
Labels
enhancement New feature or request Linter Any linter tool or setting file enhancements Multicast Any main project file changes Python Lang Changes to Python source code

Comments

@reactive-firewall
Copy link
Owner

reactive-firewall commented Apr 25, 2022

  • Need function to join a multicast group so it can be listened to.
  • Need to join then listen for the hear/recv functions
@reactive-firewall reactive-firewall added this to the HEAR Functions milestone Apr 25, 2022
@reactive-firewall reactive-firewall changed the title Need "Join" to suplement a 1-to-1 "listen" style API Need "Join" to supplement a 1-to-1 "listen" style API Apr 25, 2022
@reactive-firewall reactive-firewall added enhancement New feature or request Multicast Any main project file changes Linter Any linter tool or setting file enhancements Python Lang Changes to Python source code labels Apr 25, 2022
@reactive-firewall reactive-firewall self-assigned this Apr 25, 2022
@reactive-firewall reactive-firewall linked a pull request Apr 25, 2022 that will close this issue
9 tasks
reactive-firewall added a commit that referenced this issue May 4, 2022
* master:
  : Master Branch
  [REGRESSION] WIP on shlock work around ( WIP #41 )
  [DOCUMENTATION] Minor improvement to documentation ( WIP #25 )
  [REGRESSION] removed blank lines in pyproject.toml ( fixes #45 )
  [STYLE] fix style regression.
  [FIX] Work around for deprecated build system status.
  [FEATURE] added ./pyproject.toml as is current meta ( WIP #40 )
  [FEATURE] added code-QL security check status badge ( closes #38 )
  [STYLE] fix for style regression
  [HOTFIX] regression fix for early stable release
  [HOTFIX] Seperate hear-step and join-step into seperate functions (WIP #44)
  [STYLE] Removed unused argument option in helper tool

Changes in file .github/tool_shlock_helper.sh:
 fixes and improvements for #41

Changes in file Makefile:
 fixes for install: init build etc

Changes in file README.md:
 updates to examples

Changes in file multicast/__init__.py:
 added documentation

Changes in file multicast/recv.py:
 def hearstep(groups, port, iface=None, bind_group=None):
 def parseArgs(arguments=None):

Changes in file pyproject.toml:
 new build system for python 10+ coming

Changes in file setup.cfg:
 metadata updates

Changes in file setup.py:
 fixes and workarounds for python future support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Linter Any linter tool or setting file enhancements Multicast Any main project file changes Python Lang Changes to Python source code
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant