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

Send IPC message from Python to NodeJS #750

Open
cruxcode opened this issue Apr 8, 2023 · 1 comment
Open

Send IPC message from Python to NodeJS #750

cruxcode opened this issue Apr 8, 2023 · 1 comment

Comments

@cruxcode
Copy link
Collaborator

cruxcode commented Apr 8, 2023

Requirements

  • Write a utility function in python-packages/atri-core/src/atri-core/rec_ipc_msg.py called def rec_ipc_msg().
  • The rec_ipc_msg() creates a domain named socket server in unix based system. The socket accepts only one connection and is open until the client socket closes the connection.
  • The rec_ipc_msg() creates a named pipe server in windows. The pipe server accepts only one connection and is open until the client closes the connection.
  • Write a test case that uses send_ipc_msg from python-packages/atri-core/src/atri-core/send_ipc_msg.py as client and rec_ipc_msg as server.
@adnankattekaden
Copy link

let me try to fix this

palash018 added a commit to palash018/atrilabs-engine that referenced this issue Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants