|
b882f476e8
|
Update clients/hypersim/model/ucm_node.def, clients/opal/models/send_receive/src/main.c, include/villas/formats/msg_format.h, lib/formats/msg.cpp files
|
2020-06-04 09:33:01 +02:00 |
|
|
e53661a62c
|
update copyright year to 2020
|
2020-01-20 17:17:00 +01:00 |
|
|
fd3c732771
|
refactor: msg format reserved
|
2019-09-03 22:06:23 +02:00 |
|
|
e22e60a2b2
|
fix some #endif and comments
|
2019-04-05 02:22:53 +02:00 |
|
|
8f7c8ae71e
|
update copyright year to 2019
|
2019-01-13 00:42:39 +01:00 |
|
|
d35971c26c
|
refactor: update copyright years
|
2018-08-20 18:40:03 +02:00 |
|
|
9094941b4c
|
cmake: add more CMakeLists.txt
|
2018-06-29 14:36:50 +02:00 |
|
|
f585a94ebf
|
remove most of the old Makefiles
|
2018-06-29 14:36:24 +02:00 |
|
|
605fb85dd7
|
clients: do not build opal code by default as it compiles only on 32bit systems
|
2017-11-17 17:56:47 +01:00 |
|
|
3af77a2d0b
|
clients: move Makefile for OPAL-RT AsyncIP to subdirectory
|
2017-10-27 19:18:15 +02:00 |
|
|
7e4051b8cb
|
opal: map RecvID / SendID of Asnynchronous process to msg->id field in order to support multiple send / receive blocks
|
2017-07-22 14:07:43 +02:00 |
|
|
08cab16c60
|
whitespace cleanups
|
2017-07-22 13:53:17 +02:00 |
|
|
321df2ba6b
|
fix OPAL-RT AsyncIP model for RT-LAB 11.1.x
|
2017-07-07 20:59:50 +02:00 |
|
|
95167ffb8e
|
opal: some cleanups to the model
|
2017-06-29 20:45:06 +02:00 |
|
|
5b201a11e2
|
opal: moved example project
|
2017-06-29 20:45:06 +02:00 |
|
|
130b8cf21d
|
opal: remove outdated example
|
2017-06-29 20:45:06 +02:00 |
|
|
0b12340dfc
|
opal: update project and model files to MATLAB 2014b
|
2017-06-29 20:45:05 +02:00 |
|
|
6f9170b0ae
|
opal: remove log files from Git repo
|
2017-06-29 20:45:05 +02:00 |
|
|
46c7c2fc9a
|
opal: change project name
|
2017-06-29 20:45:05 +02:00 |
|
|
ebd289dac8
|
opal: fix incompatability of UDP message format
|
2017-06-29 20:45:05 +02:00 |
|
|
5fdc041ebc
|
remove build files
|
2017-06-29 20:45:05 +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 |
|
|
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 |
|
|
3e7c855526
|
updated licence and copyright info in file headers
|
2017-03-03 20:20:13 -04:00 |
|
|
1dba01a8ae
|
Re-license source code to LGPLv2.1 (closes #56)
|
2016-11-22 11:14:25 -05: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 |
|