Hi everyone, I’m working on a mobile app using Kot...
# multiplatform
a
Hi everyone, I’m working on a mobile app using Kotlin Multiplatform (KMP) and I want to integrate a ticket printing module through TCP (Socket/Stream). I’m considering using an Xprinter device for this. Has anyone successfully implemented such a module, or can recommend a library that could help with this? or a socket handler for KMM ?
s
Ktor
a
Ktor support TCP sockets ? okay i will see thanks @soufianehamama9
s
a
@soufianehamama9 i think that is working! i was able to send a command, and it was intercepted, so that’s already a good start.
🙌 1