Norman0406 / LISA-old

Old repository for the first LISA attempt. Development is continued in https://github.com/Norman0406/LISA
GNU General Public License v3.0
1 stars 0 forks source link

Networking #5

Open Norman0406 opened 11 years ago

Norman0406 commented 11 years ago

create global networking components which other modules can rely upon

semaph0r commented 11 years ago

Is this issue related to the QNetworkAccessManager ?

Norman0406 commented 11 years ago

Yes it is. It would be desirable to provide application-wide means of accessing network in a generic way, so that all modules can use the same core components. This way, only one network manager would be needed and is managed by the system.

semaph0r commented 11 years ago

Okay, I'll start to migrate my networkManager class after some unit-tests to be merged.