1
I am developing a simple application in Swift that can make "connection" in the local network, without use of external server, I have worked with socket in C++ where I stream images from the computer screen, but with Swift not where to start. I searched the internet and only found SDK that uses external servers. Thank you from now.
It’s not clear what you really want, are looking for something ready or want to develop from scratch?
– rubStackOverflow
I want to develop from scratch, I just wanted some tips on where to start.
– Pedro Soares