-
Notifications
You must be signed in to change notification settings - Fork 46
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
Multiprocess variable #23
base: master
Are you sure you want to change the base?
Conversation
Hi poledna, |
I am having the same results now. Thank you for your help and suggestion. |
By pypmu.PDC you mean the tinyPDC? Do you think it can be modified to serve this purpose? Furthermore, I would need to connect to at least 2 PMUs. |
yes I mean tinyPDC. |
Hi Yuri,
|
I'll answer as numbers to make it easier to follow: 1.1. the line you mentioned it is a example of a PMU application using UDP. I was testing with a raspberry pi, so the socket.gethostbyname("rasp") returns the IP addr of the raspberry Pi, that i allocated in my DNS as a fixed IP addr. For example socket.gethostbyname("localhost") returns '127.0.0.1' 1.2 How to connect more PMUs to tinyPDC? As i see it there are effectively 2 alternatives as it is right now.
|
Hi Yuri, |
Hey @poledna sorry for the delay. Would you mind sending this pull request to the |
made changes to allow multiprocess variable communication to allow issue #22 change of report rate when necessary.