Development of a Distributed Alarm System

Asked

Viewed 67 times

1

My teacher went through some work to develop a panic button alarm tool, sort of. Where a computer (client) will trigger the button and another computer (server) will receive the notification and will trigger a siren. Only he said he didn’t want it as a client server architecture, he wanted a distributed architecture. I couldn’t understand, is it possible to do this program with this architecture? Can anyone tell me which way to go using java? Thanks.

  • It is possible to do this using RMI (Remote Method Invocation), here has an example with code, client and server, and here there is an article about this model. Good Benefit!

  • 1

    Thanks man, I’ll take a look! Hugs.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.