21 Commits (506860b31a367970f1c79b0afe0d99b5b3bc0d97)

Author SHA1 Message Date
Falk Werner 95e4d96d79 client is now able to send messages
6 years ago
Falk Werner cc38995b5f adjusted include guards
6 years ago
Falk Werner af71bcbff3 moved message and message_queue to common library
6 years ago
Falk Werner 1976841334 reorganized project: prepared to extract common functionality
6 years ago
Falk Werner c7c28416db added implementation of getattr stub
6 years ago
Falk Werner 3bc041877a refactor: moved default implementation of operations to their modules
6 years ago
Falk Werner bc0dc2889d separated client opertation stubs
6 years ago
Falk Werner 03b8ee473a client now connects (but still does not communicate)
6 years ago
Falk Werner 9f468f600e added use_tls (determine from URL, whether TLS is used)
6 years ago
Falk Werner d18150d305 added code to parse urls
6 years ago
Falk Werner 2c8c6d588a removed leading underscore of include guards
6 years ago
Falk Werner d37783706c fixed some broken header guards
6 years ago
Falk Werner 24455ecdc0 ignore memcpy warning of flawfinder (false positive)
6 years ago
Falk Werner b1c72dab3c added more client stub (not functional yet)
6 years ago
Falk Werner cc6a08ade5 added skeleton of provider example app
6 years ago
Falk Werner a58d15db6a refactored read opertation
6 years ago
Falk Werner 39874f733a added provider api
6 years ago
Falk Werner b90488678a replaced memcpy by strncpy to get rid of warning
6 years ago
Falk Werner 2b7d938315 add base64 as format for read results
6 years ago
Falk Werner 6782e73d3e disable lws logging
6 years ago
Falk Werner cf1b57e86e project structure changed
6 years ago