Search found 3 matches

by frosteyes
Fri, 2022-01-21, 22:56
Forum: DCMTK - General
Topic: Environment for testing worklist SCP server with TLS (BCP 195)
Replies: 1
Views: 1461

Environment for testing worklist SCP server with TLS (BCP 195)

I have a coworker who need to setup an environment for a worklist SCP server offering TLS (BCP 195), such that a client SCU can test that it can do a proper request + response C-FIND with TLS from the server. Is it doable with dcmtk, and if anyone have any hints for how they would do it, it would be...
by frosteyes
Thu, 2021-10-28, 08:46
Forum: DCMTK - Installation
Topic: patches to improve cross compilation - please review
Replies: 3
Views: 6007

Re: patches to improve cross compilation - please review

Have created a yocto example located here. https://github.com/frosteyes/yocto-dcmtk You can read the primary README.md for a guide how to compile the qemuarm64 and qemux86-64 images. The most important part seen from dcmtk perspective is the yocto recipe for building dcmtk. https://github.com/froste...
by frosteyes
Mon, 2021-10-11, 10:33
Forum: DCMTK - Installation
Topic: patches to improve cross compilation - please review
Replies: 3
Views: 6007

patches to improve cross compilation - please review

I will like to propose 2 patches for improving the cross compilation capability of dcmtk. First I will just share the link to the patches on github, and next add the background info the patches. The patches is located here https://github.com/frosteyes/dcmtk/tree/cross-compile-options Background Part...