Manuel Pitz
|
ecd5ed1a6f
|
Add node pulse to signal generator
|
2020-08-21 13:40:49 +02:00 |
|
|
bfe60465f5
|
signal-generator: add support for configuring different paramenters for each generated signal value
|
2020-08-19 14:14:40 +02:00 |
|
|
d96afb3b13
|
api: final bug fixes for v2
|
2020-08-17 17:41:50 +02:00 |
|
|
ee67e13da7
|
python: use new API version
|
2020-08-17 17:30:22 +02:00 |
|
|
7e5c298d90
|
websocket: avoid nullptr deref
|
2020-08-17 17:30:22 +02:00 |
|
|
b77f223155
|
config: update URL of example villas-relay instance
|
2020-08-17 17:30:22 +02:00 |
|
|
a76aabb5d2
|
api: fix listing of available API endpoints
|
2020-08-17 17:30:22 +02:00 |
|
|
de9b466ace
|
skip_first: fix initialization
|
2020-08-17 17:30:22 +02:00 |
|
|
d9134e662b
|
fix typo
|
2020-08-17 17:30:22 +02:00 |
|
|
006f1ba405
|
catch exceptions as const ref
|
2020-08-17 17:30:22 +02:00 |
|
|
a42315585b
|
api: second batch of changes for new API version
|
2020-08-17 17:30:21 +02:00 |
|
|
e071c2475e
|
remove usage of uninitialized value
|
2020-08-17 17:30:21 +02:00 |
|
|
d7bfb4d896
|
hook: add getter for hook config
|
2020-08-17 17:30:21 +02:00 |
|
|
9198ad4997
|
tests: fix integration tests for new API
|
2020-08-17 17:30:21 +02:00 |
|
|
c48e6718dc
|
signal: all signal_to_json()
|
2020-08-17 17:30:21 +02:00 |
|
|
b58573f123
|
api: rewrite API to v2
|
2020-08-17 17:30:21 +02:00 |
|
|
c191b15809
|
path: add UUID
|
2020-08-17 17:30:21 +02:00 |
|
|
487d90fc10
|
update VILLASfpga submodule
|
2020-08-17 17:21:24 +02:00 |
|
|
89ada84816
|
deps: force new version of libxil
|
2020-08-17 14:10:35 +02:00 |
|
|
4626628c66
|
update VILLAScommon submodule
|
2020-08-17 12:52:29 +02:00 |
|
|
f8c3ec3647
|
ngsi: rewrite NGSI/FIWARE OCB node-type using C++ primitives
|
2020-08-17 12:52:08 +02:00 |
|
|
d7f89fdb29
|
signal: use 'float' as default signal type
|
2020-08-17 12:51:30 +02:00 |
|
|
313470e530
|
signal: replace placeholder for invalid data
|
2020-08-17 12:51:04 +02:00 |
|
|
80be5d4fb9
|
update VILLASfpga submodule
|
2020-08-14 15:00:57 +02:00 |
|
|
af1bb4af9d
|
ngsi: rewrite signal and attribute mapping based on new signal code
|
2020-08-14 15:00:57 +02:00 |
|
|
dea174a242
|
update gitignore
|
2020-08-05 15:23:20 +02:00 |
|
|
ff25a2a02c
|
file: allow specifiying offset within file
|
2020-07-16 14:20:58 +02:00 |
|
|
17f513956a
|
if: fix access of uninitialized memory
|
2020-07-16 14:04:53 +02:00 |
|
|
459759a037
|
config: support libconfig include directories
|
2020-07-10 16:29:35 +02:00 |
|
|
d83076d869
|
file: fix example configuration
|
2020-07-10 13:30:11 +02:00 |
|
Niklas Eiling
|
d8795655e4
|
can: make integration test find vcan interface automatically
|
2020-07-09 07:25:37 +02:00 |
|
Niklas Eiling
|
a0c7876d74
|
can: for integration test check if interface is up
|
2020-07-09 07:25:36 +02:00 |
|
Niklas Eiling
|
5739923bdd
|
can: add integration test
|
2020-07-09 07:25:36 +02:00 |
|
|
33eef47f97
|
can: align code to VILLASnode coding-style
|
2020-07-09 07:25:36 +02:00 |
|
|
06fc6ed6ed
|
can: reduce includes to the required minimum
|
2020-07-09 07:25:36 +02:00 |
|
|
5df815765a
|
can: fix authors
|
2020-07-09 07:25:36 +02:00 |
|
|
208fc1843a
|
can: remove unused callbacks
|
2020-07-09 07:25:36 +02:00 |
|
|
61cfd9e195
|
can: use tabs instead of spaces for indention
|
2020-07-09 07:25:35 +02:00 |
|
Niklas Eiling
|
c4b21e5f26
|
can: add to_raw conversion and fix data conversions in can_write
|
2020-07-09 07:25:35 +02:00 |
|
Niklas Eiling
|
e3e1ecda2d
|
can: add function that converts arbitrary sized can data to union signal_data
|
2020-07-09 07:25:35 +02:00 |
|
Niklas Eiling
|
0235cc1190
|
can: allow out configuration to not contain name field. Order signals as in the config file instead of searching by name
|
2020-07-09 07:25:35 +02:00 |
|
Niklas Eiling
|
f5e0efb1ef
|
add vim swp files (*.swp) to .gitignore
|
2020-07-09 07:25:35 +02:00 |
|
Niklas Eiling
|
dc247ec33b
|
can: properly set flags
|
2020-07-09 07:25:34 +02:00 |
|
Niklas Eiling
|
20afeffa22
|
can: add example config file
|
2020-07-09 07:25:34 +02:00 |
|
Niklas Eiling
|
9fd6bae450
|
can: make can_read non-blockin using recv() instead of read()
|
2020-07-09 07:25:34 +02:00 |
|
Niklas Eiling
|
62d6ef56e1
|
can: fix can_write using the wrong signal sizes
|
2020-07-09 07:25:34 +02:00 |
|
Niklas Eiling
|
496daae78f
|
can: clean can_parse and test configuration parsing
|
2020-07-09 07:25:34 +02:00 |
|
Niklas Eiling
|
a174e06961
|
can: implement can_write
|
2020-07-09 07:25:34 +02:00 |
|
Niklas Eiling
|
bf337ec2a3
|
can: implement config parsing and reading from can bus
|
2020-07-09 07:25:33 +02:00 |
|
Niklas Eiling
|
707e0e5175
|
can: add basic functionality for socketcan nodetype
|
2020-07-09 07:25:33 +02:00 |
|