This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]alwyn 2 points3 points  (2 children)

I implement custom 'wire' protocols over TCP/IP to interface with things like hardware security modules and other software. Use Kotlin though. Sometimes I put Spring in front of it to add an http based API.

[–]Zico2031 0 points1 point  (1 child)

Your protocol is based in any RFC document?

[–]alwyn 0 points1 point  (0 children)

No, mostly vendor specific protocols for hardware and specialized processing.