Thanks, I will look those up, though I’d hoped to avoid adding dependencies on any large packages or frameworks for something seemingly trivial. As my core code repeats multiple times a second, I wonder if it might be easier just to open a socket, and managed it directly, polling for data, and deal with traffic. Thanks again.
Comment on Re^2: Adding simple HTTP controls to existing code