Commit Graph

590 Commits (a830fc3cfb464717eb3d5b7f58873c02d7f1354d)
 

Author SHA1 Message Date
Michael Zillgith 5d03e77343
Merge pull request #33 from stv0g/sv-add-smprate
Sampled Values: add support for sample rate attribute
8 years ago
Michael Zillgith 4cbaa6a7c1
Merge pull request #32 from stv0g/sv-fix-smpmod
Sampled Values: fix encoding of optional smpMod attribute:
8 years ago
Michael Zillgith 197a0b853f
Merge pull request #30 from stv0g/sv-types
Sampled Values: add support for 64 bit integers
8 years ago
Michael Zillgith 180e5e7f26
Merge pull request #29 from stv0g/refactoring
Use spaces instead of tabs consistently
8 years ago
Steffen Vogel e95b321d12 sampled values: fix data type for smpRate 8 years ago
Steffen Vogel 60c7d3a75f sampled values: fix encoding of optional smpMod attribute:
- The attribute must be encoded as an 16bit unsigned integer. The existing code encodes it as 32 bit integer.
- The attribute is encoded with the ASN.1 BER encoding Tag number 8. The existing code encodes it with tag number 4 which is used for the refrTm attribute.

See also: IEC 61850-9-2:2011 (page 20)
8 years ago
Steffen Vogel 628641cabb sampled values: add support for sample rate attribute 8 years ago
Steffen Vogel 1d8d6211ca remove OS X to cut build time 8 years ago
Steffen Vogel dffe219303 fix version incompatability in Swig 8 years ago
Steffen Vogel 581bd6e9af run tests in Travis-CI 8 years ago
Steffen Vogel 403c3a9e93 added missing case to switch statement in order to silence compiler warnings 8 years ago
Steffen Vogel 064bfa902e mostly cosmetical cleanup of CMakeLists 8 years ago
Steffen Vogel 4fb3141088 enable build on OS X and Python bindings 8 years ago
Steffen Vogel 02bc54a8c2 fix wrong #cmakedefine01 statement 8 years ago
Steffen Vogel fc6e3892c6 added Travis-CI config 8 years ago
Steffen Vogel 3047681854 refactoring: use spaces instead of tabs consistently 8 years ago
Steffen Vogel 09d5daf0b5 sampled values: add support for 64 bit integers 8 years ago
Michael Zillgith c291db5d95 - updated README file
- SV receiver: Added semaphore to make subscriber list thread-safe
8 years ago
Michael Zillgith 0c09385462 - .NET API: ControlObject implements IDisposable interface 8 years ago
Michael Zillgith 5fb8c5b984 - MMS: added more length checks in parsers for file services 8 years ago
Michael Zillgith cd8f5f483d - IED server: added new function IedServer_udpateDbposValue; added new return code for control check callback function 8 years ago
Michael Zillgith 02689d1410 - MMS server: more restrictive value type check when handling write access 8 years ago
Michael Zillgith 8a67fcc00b - fixed problem with cmake include folders 8 years ago
Michael Zillgith e26ac787d7 - MMS client: file services -fixed encoding problem with long file names 8 years ago
Michael Zillgith d8f964ac7c - MMS server: ACSE authenticator passes application reference (ap-title and ae-qualifier) 8 years ago
Michael Zillgith 34dff85ed6 - added missing examples 8 years ago
Michael Zillgith 53e741852e - example directory cleanup 8 years ago
Michael Zillgith 922dac1a34 - MMS: fixed potential memory leak in asn1 code that can be caused by malformed MMS messages 8 years ago
Michael Zillgith 90d910625b - MMS: asn1 parser - removed debugging code 8 years ago
Michael Zillgith a008275f37 - MMS client: parse reject PDU
- MMS: improved BER decoder stability
8 years ago
Michael Zillgith 5b470f740c - MMS server: MMS read handler sets domain to NULL for VMD scope variable 8 years ago
Michael Zillgith c3043290ac - MMS client: MmsConnection_getVariableAccessAttributes support for VMD specific variables 8 years ago
Michael Zillgith e595cb7b46 - MMS client: improved error handling 8 years ago
Michael Zillgith fe8deb9a0a - Java SCL parser: added support for "Val" elements for Octet64 types 8 years ago
Michael Zillgith 0651b94be5 - prepared for release 1.1 8 years ago
Michael Zillgith 400e8fab62 Merge branch 'master' of /home/mzillgit/github/libiec61850 8 years ago
Michael Zillgith 63510d7ee8 - socket-win32: updated WSA initialization handling 8 years ago
Michael Zillgith 17bc388ae5 - updated CHANGELOG for release 1.1.0 8 years ago
Michael Zillgith d0ac21e487 - client/server: added set data set service (MMS write named variable list)
- client/server: improved write access to array elements and sub arrays
8 years ago
Michael Zillgith 4822a1ab7b - SV subscriber: added functions SVClientASDU_hasRefrTm and SVClientASDU_getRefrTmAsMs 8 years ago
Michael Zillgith 325867b5f4 - MMS client: replaced asn1c code in mms_client_initiate.c 8 years ago
Michael Zillgith 311c70ea30 - some code cleanup in mms_client_connection.c 8 years ago
Michael Zillgith 291d21ef9e - IEC 61850 client: Changed result strings of IedConnection_getDataDirectoryByFC. Removed appended FC string. 8 years ago
Michael Zillgith b1641b82ff - MMS client/server: extended BER encoder to support MMS PDU sizes with more than 64k 8 years ago
Michael Zillgith 8d2b8b087e - fixed problem with windows def file when winpcap not present 8 years ago
Michael Zillgith a0af20defc - socket_win32.c: replaced free by GLOBAL_FREEMEM 8 years ago
Michael Zillgith 180673ebfa Merge branch 'master' of github/libiec61850 8 years ago
Michael Zillgith 4b8a6ff3e7 - client API: updated function documentation 8 years ago
Michael Zillgith b931b773eb - C# API: server - keep references to internal control handler delegates to avoid garbage collection 8 years ago
Michael Zillgith 99c0c8bc75 - added IedModel_getDeviceByInst function 8 years ago