I need to create a mapping records of users and applications (many to many model) in c++. One users can have many applications connected to it, and vice versa, one application can have many users conn
I have a server with a known public key: P. User u needs to send the server some data. Therefore, he sends (data) encrypted with P along with sha256(data) as the signature. A. is this secure? B. Is it
These days I am trying to design architecture of a new MMORPG mobile game for my company. This game is similar to Mafia Wars, iMobsters, or RISK. Basic idea is to prepare an army to battle your oppone
I\'m Building a Client/server Desktop Application. I wanted to know if it is possible to make a JTable Column Changes 开发者_Go百科its color according to specific values from the database (oracle).
I am developing an application which stores local data on cloud. I want to use a permanent authentication token as primary key. How can we generate authentication token from android device which shoul
I have an client-server application. The client has a class: Item.java public class Item public string name;
This question already has answers here: Closed 11 years ago. Possible Duplicate: multi client/server chat program in c#?
I had an idea for a fitness mobile app and I have been developing applications based on this idea for iPhone (Obj-C based), Android (java based), WebOS (html5 based) and Nokia Qt.
im new to C# and any help/feedback would be appreciated. im trying to develop a a client-server program in c#, however i do have different clients sending information to the server side. Is there any
im new to linux environment and any help/feedback would be appreciated. Im actually trying to develop a client-server (MULTICAST) program, so, i would like to test one client sending information to di