RMI-IOTMachineData (Example Project of RMI Implementationa and communication Betweeen Client and server)
RMI (Remote Method Invocation) The RMI (Remote Method Invocation) is an API that provides a mechanism to create distributed application in java. The RMI allows an object to invoke methods on an object running in another JVM. Understanding stub and skeleton RMI uses stub and skeleton object for communication with the remote object.
#Start Server
#Run 1st Sensor Client and Client is started to send data to Server
#Run 2nd Sensor Client and Client is started to send data to Server
#Data is recieveing on Server from both clients and On server, Threads are working to process these data