I've been trying to find examples of people creating a socket between two android devices through the use of a binder (service) over an ethernet connection. I can't really seem to find any examples or really any information through Android Open Source. If anyone could help me get started or if you recommend any examples that would be greatly appreciated. I primarily use kotlin but will also use java. Thank you!
Tried looking for builds on Github or information on Android Open Source but really couldn't find anything. Need specifically binder over ethernet using a socket between two android devices.