Parsing in C/C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sensen
    New Member
    • Aug 2014
    • 2

    Parsing in C/C++

    Hi,

    I am new in development and I need some help and I'll greatly appreciate your help. We have deployed a kit which is scanning wifi and and bluetooth devices and storing them into the device's local database (device is linux debian) with smartphone's ID and other stuff. My first task is to write a c or c++ program which can parse those received frames and format them according to our own database and then send it in xml format to our own event handler which will eventually send it to our database.

    Thank you very much in advance looking forward for your response.

    Kind regards
  • sensen
    New Member
    • Aug 2014
    • 2

    #2
    I want to write a code which can parse the received frames from the device to an xml file and send it to our database. I broke that task into pieces and first is to write that proram to parse any file into an xml format but it will be my first time so I don't know how to start or can I use an API for that some samples would be great.

    Thank you in advance.

    Comment

    • BSalcido
      New Member
      • Oct 2019
      • 13

      #3
      Do you use Java? What language do you use to write a program?

      Comment

      • gits
        Recognized Expert Moderator Expert
        • May 2007
        • 5390

        #4
        i suggest to have a look at the date the question was posted. This one is from 2014 so digging it out and ask a question about it might be more then pointless since the OP probably won't ever answer back.

        Comment

        Working...