You can use Kruskal algorithm, Minimum Spanning Forest You have S satellites connection, and V stations, first you calculate the distance between all outposts, then you know you have V-S connections via transceivers. Whit kruskal algorithm you choose the minimum edges, so you only need to choice the maximum edge which belongs to the minimum spanning forest
Or Binary Search