I have raised a pull request against this. https://github.com/DCMTK/dcmtk/pull/99
Could you please review and approve.
Search found 4 matches
- Tue, 2024-06-04, 16:22
- Forum: DCMTK - General
- Topic: DCMTK IPV6 support
- Replies: 7
- Views: 6114
- Mon, 2024-04-15, 19:36
- Forum: DCMTK - General
- Topic: DCMTK IPV6 support
- Replies: 7
- Views: 6114
Re: DCMTK IPV6 support
We are working on SCU side, not server side.
Specifically checking/using the requestAssociationTCP(PRIVATE_NETWORKKEY ** network, DUL_ASSOCIATESERVICEPARAMETERS * params, PRIVATE_ASSOCIATIONKEY ** association) from https://github.com/DCMTK/dcmtk/blob/mas ... /dulfsm.cc file
Specifically checking/using the requestAssociationTCP(PRIVATE_NETWORKKEY ** network, DUL_ASSOCIATESERVICEPARAMETERS * params, PRIVATE_ASSOCIATIONKEY ** association) from https://github.com/DCMTK/dcmtk/blob/mas ... /dulfsm.cc file
- Thu, 2024-04-11, 17:54
- Forum: DCMTK - General
- Topic: DCMTK IPV6 support
- Replies: 7
- Views: 6114
Re: DCMTK IPV6 support
Partial support means? Could you please explain?
We tried with both hostname and ipv6 address. Both were not successful.
We tried with both hostname and ipv6 address. Both were not successful.
- Thu, 2024-04-11, 17:31
- Forum: DCMTK - General
- Topic: DCMTK IPV6 support
- Replies: 7
- Views: 6114
DCMTK IPV6 support
Is DCMTK supports IPV6 ? We've encountered an issue with IPV6 communication through DCMTK. Despite our efforts in configuration and setup, we're unable to establish these communications successfully. We doubt DCMTK is not supporting IPV6. Also, we're uncertain if there's any missing configuration or...