rtlabs-com / p-net

PROFINET device stack for embedded devices

Home Page:http://www.rt-labs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal C source code and Makefile

arkypita opened this issue · comments

Hi, I'm trying to make a C application for Linux that uses your library. I can't find a minimal example (single .c file) with related Makefile, which implements the basic functionality: initialization and read/write handler.

The pn_dev example program compiles and works, so it is a starting point, but it is already a structured example with a certain complexity. Is it possible to have something more minimalist?