Cargo Features

lib60870 has no features set by default.

[dependencies]
lib60870 = { version = "0.4.0", features = ["debug", "no-threads", "tcp-keepalive", "tls"] }
debug

Enable printf debug output in lib60870

no-threads

Disable threading support (for embedded systems)

tcp-keepalive

Enable TCP keep-alive

tls

TLS support (downloads and links mbedtls 2.28)