Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Profinet / Profibus linux

Tags:

c++

linux

I want to start to do some programming of profinet in linux with C/C++ , which libraries must be used ?

I've find that some kernel driver must be used but there is nothing in the CentOS 6.5 repositories.

Only some youtube videos.

Thanks.

like image 426
ramp Avatar asked Apr 07 '14 10:04

ramp


1 Answers

You can use the p-net Profinet device stack for programming in C or C++. It is GPL-licensed and available at https://github.com/rtlabs-com/p-net

Use it from Linux or an RTOS. No special hardware is required, just a standard Ethernet interface.

Disclaimer: I am the maintainer of p-net

like image 121
jonasberg Avatar answered Sep 22 '22 05:09

jonasberg