parodus
parodus copied to clipboard
The XMiDT client.
Hi, We would like to check if we have commands support in webpa,similar to USP https://usp-data-models.broadband-forum.org/tr-181-2-15-1-usp.html for example i want to perform https://usp-data-models.broadband-forum.org/tr-181-2-15-1-usp.html#D.Device:2.Device.SoftwareModules.InstallDU Thanks, Chandrakanth
Closes #419
create pid file (/run/parodus.pid) from parodus process. This is needed to start it as a forking service from systemd init system.
is there possibly an OpenWrt package? and if so how would that interact with the device, i dont see where parodus speaks "uci"
Followed the build instruction mentioned in the page. Getting error while executing make command ./config.status: line 561: syntax error near unexpected token `*-*-beos*' ./config.status: line 561: ` *-*-beos*)' CMakeFiles/nopoll.dir/build.make:105: recipe...
consolidate compiler generated dependencies of target cjwt [ 85%] Building C object src/CMakeFiles/cjwt.dir/cjwt.c.o /home/dingo/parodus/build/_prefix/cjwt/src/cjwt/src/cjwt.c: In function ‘cjwt_create_rsa’: /home/dingo/parodus/build/_prefix/cjwt/src/cjwt/src/cjwt.c:206:9: error: ‘PEM_read_bio_RSA_PUBKEY’ is deprecated: Since OpenSSL 3.0 [-Werror=deprecated-declarations] 206 | rsa =...
Parodus creates a cURL request with the incorrect header format: `X-Midt-*`. This should be updated to use the correct header format: `X-Xmidt-*` to reduce confusion.
Parodus will behave as follows: A command line option for configuring the maximum number of messages queued shall be added. (A default value of 0 means do not queue, less...
https://github.com/xmidt-org/parodus/blob/880e4a87654b9901ec22c8b1a1ae941915d98041/tests/simple_connection.c#L50 https://github.com/xmidt-org/parodus/blob/4085c56ed65f11d1d472a20206279bbe4a045e19/tests/test_config.c#L174 https://github.com/xmidt-org/parodus/blob/f44fc2c8d9d792e6cea7a0f8bc127b1b8271e2f9/tests/test_crud_internal.c#L142