iOS Question B4i implementation of jRDC2 Server

h725

Active Member
Licensed User
Longtime User
Hello everybody,

I am planning a project with iOS devices.
I have already found out that using sqllite Databases on iOS devices is possible.
I would like to develop a client server architecture on a local network with:

IPad as a Server with local application for maintenance
IPhone as a Client, connected with the IPad

In the past I was working with android devices as clients and an orginary Windows
PC running jRDC2 and MSSQL Server which was working fine.

Is there a way to realize this Client-Server scenario with the Apple items mentioned
above? I have seen that using sqllite on Apple is possible, but I have only found a
jRDC2 client for iOS and no part for the server.

Kind regards
h725
 

aeric

Expert
Licensed User
Longtime User
jRDC2 server is a Java application where it compiles as jar format. You need to have JDK to run it. If your iPad OS can support it and the OS doesn't sleep after a while then it can be use but as far as I know, it is not possible. Why not just use a raspberry Pi?
 
Upvote 0

h725

Active Member
Licensed User
Longtime User
Hello aeric,

it should be an easy solution and therefore I would like to avoid another server, the database
should be running on the iPad.
 
Upvote 0
Top