1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Commit graph

93 commits

Author SHA1 Message Date
3206f918c1 reworked Makefiles 2017-06-28 15:05:31 +02:00
9e5e51d437 whitespace fixes 2017-06-21 17:20:09 +02:00
4780d297ae fix problems with AsyncIP - VILLASnode 2017-06-21 16:50:27 +02:00
1bae47f4c3 rearranged and added RSCAD example drafts 2017-05-08 12:52:49 +02:00
ed83e5660e moved more documentation to new repo 2017-05-06 18:35:57 +02:00
838c4f0f94 Opal model block modification for Matlab 2011b 2017-04-27 16:43:17 +00:00
Umar Farooq
d042d6ab15 opal model missing files 2017-04-27 14:00:55 +00:00
9b1e6a33ed add license to headers 2017-04-27 13:20:20 +02:00
5be1853649 added GPL license to file headers 2017-04-27 12:56:43 +02:00
Umar Farooq
de6c7f83a4 AsyncIP endianess fix, test with VILLASnode 2017-04-25 15:11:41 +00:00
48a5b8ed0d updated build-system to build AsyncIP by default 2017-04-24 13:49:00 +02:00
9447d791f4 asyncip: updated RT-LAB example project 2017-04-24 12:21:51 +02:00
49263c4a70 asyncip: add support for GTNET-SKT 2017-04-24 12:11:16 +02:00
77f6a7209f asyncip: refactor for better coding style 2017-04-24 12:11:16 +02:00
46d0d4cc84 asyncip: support compilation with GCC / clang 2017-04-24 12:11:15 +02:00
565c6fb094 asyncip: removed debugging feature 2017-04-24 12:11:15 +02:00
d0a1022e48 asyncip: refactored socket code to eliminate global variables 2017-04-24 11:36:34 +02:00
ecd996f251 asyncip: we only support RedHat linux 2017-04-24 11:34:46 +02:00
009a6b8a3a updated copyright headers of AsyncIP code 2017-04-24 11:33:26 +02:00
f59d2ccf1b cleanup coding style 2017-04-23 22:54:54 +02:00
df0ee8d98a adapted AsyncIP for new endianess 2017-04-23 22:15:41 +02:00
d6f2697e1b added new helper functions to convert struct msg between network and host byte-order 2017-04-23 22:13:28 +02:00
1c95caac50 simplified socket packet format by removing endianess flag: all values are now in network byte-order 2017-04-23 22:13:28 +02:00
98eabc7581 Merge branch 'master' into develop 2017-04-18 18:49:33 +02:00
Umar Farooq
017c839a02 Add GTSYNC+GTSKT draft file and config file 2017-04-11 13:26:14 +00:00
f3deae0b45 moved RTDS drafts 2017-03-12 23:28:39 -03:00
3e7c855526 updated licence and copyright info in file headers 2017-03-03 20:20:13 -04:00
Umar Farooq
d7b69dc855 Add gtnet-skt RSCAD drafts to the clients directory 2016-12-22 19:32:02 +01:00
1dba01a8ae Re-license source code to LGPLv2.1 (closes #56) 2016-11-22 11:14:25 -05:00
32cf86c617 fixed submodules and added landing page 2016-09-09 23:51:56 -04:00
ad8ee1c3f7 renamed S2SS to VILLASnode 2016-06-08 23:31:58 +02:00
Marija Stevic
7e133f4990 added note that the name of the asynchronous process exe has changed 2016-05-21 22:59:50 -06:00
a09020bf93 updated OPAL example model to latest RT-LAB and Simulink version 2016-05-19 14:21:50 +02:00
f84f886bac converted readme file to Markdown and merged troubleshooting infos 2016-05-19 14:21:20 +02:00
3f282a5a9e updated AsyncIP to RT-LAB 11, removed some warnings and fixed a typo 2016-05-19 14:00:30 +02:00
affb5c6eb3 merge upstream 2016-05-19 13:42:32 +02:00
9929ed65d5 updated LabView files from Eyke 2016-02-25 16:53:03 +01:00
9b56be2bc6 updated copyright year to 2016 2016-02-09 05:33:19 +01:00
Eyke Liegmann
901ce7c707 added Eyke's LabView interface 2016-01-15 00:04:43 +01:00
da9ce46b27 added note to submodule for GTFPGA repo 2015-10-16 10:31:07 +02:00
790c85c066 Added timestamp to OPAL-UDP client messages 2015-10-13 10:08:44 +02:00
8fe60f38cc applying code style rules 2015-10-13 10:08:19 +02:00
b4e0bee3be Merge branch 'master' of github.com:RWTH-ACS/S2SS 2015-10-11 10:37:45 +02:00
caffe10509 hotfix: sequence number integer type was too small. 2015-10-11 10:36:47 +02:00
Marija Stevic
09801bf220 added checklist for AsyncIP exe 2015-10-11 10:21:09 +02:00
0d51b310bf applied fixes to silence compiler warnings and added new version (now same accross all S2SS components) 2015-10-11 09:45:12 +02:00
c640a6ba21 Changed UDP message format: sequence no, length and timestamps are also affected by struct msg::endian!!!
Important: this will break the current GTFPGA code
2015-10-08 10:54:45 +02:00
ec2595e703 renamed README 2015-09-27 14:47:17 +02:00
51f9a855c6 fixed network byte order for sequence number and message length
restructured code
2015-09-25 15:07:03 +02:00
Marija Stevic
392f3f25ea fixed the error in opal client src code 2015-09-24 19:14:51 +02:00