Android Question jRDC2 using 'user' and 'password' parameters

matt humphreys

Member
Licensed User
Longtime User
my app client/server works in both local and vps hosted scenarios however,
the config.properties of 'user' and 'password'
I am unclear how one incorporates these into the client side?

user=root
password=
seems to work just fine.

user=rootx
password=123456
also works fine.

I presume the rdcLink string in client app? or am I missing it completely?
 
Top