Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Project Suggestions!!

  1. #1
    Junior Member
    Join Date
    Oct 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Project Suggestions!!

    Hello ! Good night everyone !

    I write my first post with the intention to know if anyone can guide me about wich is the most efficient way to develop the project in wich I 'm working right now :

    The project consists of making a Client-Server Application between two devices : One is called Server ( Raspberry Pi) and one called Client ( PC ) . Both are geographically separated and the idea is to communicate them via WiFi .

    Inside the Server ( Raspberry Pi) I have an executable in C++ , which when is executed , its constantly shows the measured temperature from a thermometer attached to the Raspberry Pi and displays it on screen with just an “printf”. This thermometer, only works in the Raspberry Pi using C libraries .

    Now, I want to develop a Client-Server Application (Maybe in Java), that let me use that C++ executable , get the data(Temperature), pass it to the application and send it to the client to be displayed in a graphical interface.

    I would like to know how I can handle correctly and effectively that temperature value ( from the executable in C++ to Java Application).

    The first thing that I thought was: into the C + + executable, save the data(temperatura) to a file. "Txt" or database, and from the main application, access them and send them to the Client… But it does not seem as efficient and "elegant".

    I would be grateful to hear your valuable suggestions .

    Regards!


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Project Suggestions!!

    Also posted at Project Suggestions!!!
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Member
    Join Date
    Oct 2013
    Location
    india
    Posts
    31
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Project Suggestions!!

    hi...
    according to my knowledge
    better to use web services

Similar Threads

  1. suggestions,need here..
    By prettyjhe04 in forum The Cafe
    Replies: 1
    Last Post: August 2nd, 2013, 08:22 AM
  2. Suggestions please....
    By Devi Ramalingam in forum What's Wrong With My Code?
    Replies: 4
    Last Post: January 3rd, 2013, 01:28 AM
  3. Any suggestions
    By no_more_coffee in forum JDBC & Databases
    Replies: 1
    Last Post: March 28th, 2012, 08:37 AM
  4. Suggestions how to do this?
    By aussiemcgr in forum Java Theory & Questions
    Replies: 1
    Last Post: September 2nd, 2010, 12:18 PM

Tags for this Thread