Share application in local network
Posted
by
hedgehogrider
on Stack Overflow
See other posts from Stack Overflow
or by hedgehogrider
Published on 2011-01-08T00:24:03Z
Indexed on
2011/01/08
1:53 UTC
Read the original article
Hit count: 508
I would like to eventually create a managerial program that shares and updates information for multiple computers that are on the same network. I am fairly familiar with Python, C++ and a bit of Java, is there a library I could use with any of these languages to design such a program? I could probably create the local interface from where I am right now, but when it comes to packing and sharing data I could not be more clueless; any advice would be platinum. The program will need to differentiate between administrative and user access if that makes a difference.
© Stack Overflow or respective owner