The input file methods shall be written as a separate module to facilitate the replacement of the satellite type, satellite location, and thrust information files with socket communications
How exactly would I go about this? I understand the network syntax for this, but does this mean that i have to make a separate Java application alongside the main one that allows changing of these parameters? It's likely something I would do in C++, but considering I haven't done much network-related applications for a long time, I'm trying to gauge the difficulty of this task. Personally, I think it's as simple as sending a data file over the net for the application to read and update its own file, but I can use an expert opinion.
Edited by Zido_Z, 30 July 2012 - 04:28 PM.






