-
Notifications
You must be signed in to change notification settings - Fork 63
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
Profinet Documentation #1
Comments
Hi, I learned a bit about and did some practical work with profinet at university and I just googled/asked the tutors for most, but that was almost a year ago; so I won't be of much help here I suppose :) For the program itself: it basically contains a command line interface ( |
is this repository to create a PROFINET Slave or Master? |
Neither, it's mainly for discovery of Profinet devices on the network and for reading and writing some basic information about them via RPC. |
@devkid may I ask what kind of license you put your code under? I can't see any standard license description in the documentation. |
Assume this one. |
@devkid thanks for the fast reply! Interesting License, didn't even know it exist (-; |
@devkid Excuse me,I don't know much about it how to start this program.I try to type python server.py -i eth0 and it sends a packet,but I don't know next step what to do.Should I use main.py to let the web be changed? |
@go1312223 I summed up the general usage in this comment. Note that this is not a full "program", but a merely a dump of some scripts. Please don't try to use the code "as-is" but at most as examples on how to get going. I do not intent to put more work into documenting this. |
@devkid can you help a bit more with the usage? I'm trying to figure out how to create a test mode using a virtual machine |
@devkid Can you please add documentation. |
@alfredkrohmer Can you please add documentation |
Hi
I came across your repository while searching for profinet implementation on Sitara TI micro controller.I went through your code.
I am able to understand individual parts of the code,but as a whole I could not understand the flow of the program.
I could not find proper documentation to implement profinet on Sitara. Could you please suggest me some good resources to implement profinet protocol.
The text was updated successfully, but these errors were encountered: