Stefan Wahren
|
61f6942448
|
Fix Frame Count Bit handling
Extend mbus_send_request_frame() to set FCB
Set FCB in case of primary adressing
|
2015-06-27 12:55:12 +02:00 |
|
Dirk Zenker
|
5f0b5d5dd1
|
Beautify: replace tabs with spaces and remove trailing spaces
|
2014-02-24 15:20:42 +01:00 |
|
Stefan Wahren
|
55d4c0fba2
|
Remove trailing whitespace
Signed-off-by: Stefan Wahren <info@lategoodbye.de>
|
2013-09-13 17:53:33 +02:00 |
|
Stefan Wahren
|
4d85dad403
|
change TCP port datatype from int to uint16_t
because int doesn't match the range
add range check in every TCP binary
|
2013-05-12 21:26:38 +02:00 |
|
Stefan Wahren
|
f6601ca40f
|
print all errors on stderr in all binaries
|
2013-04-26 08:18:17 +02:00 |
|
Stefan Wahren
|
e248d6e421
|
replace address parameter checks with new helper functions
|
2012-12-31 13:44:03 +01:00 |
|
Stefan Wahren
|
404e245af5
|
replace magic number with define
|
2012-12-20 20:42:10 +01:00 |
|
Stefan Wahren
|
dc948566db
|
remove unnecessary POSIX header
|
2012-12-10 21:26:48 +01:00 |
|
Stefan Wahren
|
d2608d5de7
|
add allocation error handling
|
2012-09-01 22:14:21 +02:00 |
|
Stefan Wahren
|
e6a52f97ea
|
Replaced magic resultcodes from mbus_recv_frame with defines
|
2012-07-11 23:33:52 +02:00 |
|
jakubovsky
|
b95f29fcc8
|
mbus_connect() and mbus_disconnect() return 0 on success and -1 otherwise
|
2012-07-09 12:33:32 +02:00 |
|
jakubovsky
|
ec50ab9286
|
Examples from bin directory updated. API usage updated in mbus-protocol-aux.h.
|
2012-07-04 19:49:54 +02:00 |
|
jakubovsky
|
5d079254cc
|
Extended mbus_recv_frame() error codes, improved collision handling
- handling TCP connection reset and read(2) timeout
|
2012-07-03 14:35:07 +02:00 |
|
Stefan Wahren
|
90aec91bff
|
Added frame tracing (hex format) via debug switch
|
2012-05-15 22:57:03 +02:00 |
|
Robert
|
c10b37e53d
|
got rid of duplicate catalog libmbus/libmbus
|
2012-04-15 10:51:15 +09:00 |
|