Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. is scraping the right choice?

is scraping the right choice?

Scheduled Pinned Locked Moved C#
questionhtmlhelptutorial
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    JstDaNuGuy
    wrote on last edited by
    #1

    we've got several different printers from several different manufacturers in our office that i need to try to retreive the machince specific info(serial, mac, ip, pageCount, etc) thru a rich-client. All printers have an installed/firmware webserver that displays all this info...and my hopes were to find a way to contact these devices and grab this info. I wasn't sure if there was an easier way to do this other than parse the html to get the info....('cause) the problem with doing that is that since they are all different manufacturers the format for the html is all different. So the question becomes how can i retrieve this info from the devices (does anyone know how to comunicate to the printer via a printer language{not sure what that would be} ?) :-D :laugh: ;p :^) :sigh:

    D 1 Reply Last reply
    0
    • J JstDaNuGuy

      we've got several different printers from several different manufacturers in our office that i need to try to retreive the machince specific info(serial, mac, ip, pageCount, etc) thru a rich-client. All printers have an installed/firmware webserver that displays all this info...and my hopes were to find a way to contact these devices and grab this info. I wasn't sure if there was an easier way to do this other than parse the html to get the info....('cause) the problem with doing that is that since they are all different manufacturers the format for the html is all different. So the question becomes how can i retrieve this info from the devices (does anyone know how to comunicate to the printer via a printer language{not sure what that would be} ?) :-D :laugh: ;p :^) :sigh:

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      There's no standard for this, so scraping is the only option you have. Until the manufacturers get together and agree on an XML format to supply the information in, scraping, be it a web page or a telnet session, is all you've got. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

      J 1 Reply Last reply
      0
      • D Dave Kreskowiak

        There's no standard for this, so scraping is the only option you have. Until the manufacturers get together and agree on an XML format to supply the information in, scraping, be it a web page or a telnet session, is all you've got. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

        J Offline
        J Offline
        JstDaNuGuy
        wrote on last edited by
        #3

        thx :-D :laugh: ;p :^) :sigh:

        K 1 Reply Last reply
        0
        • J JstDaNuGuy

          thx :-D :laugh: ;p :^) :sigh:

          K Offline
          K Offline
          kourvoisier
          wrote on last edited by
          #4

          What is scrapping???

          M 1 Reply Last reply
          0
          • K kourvoisier

            What is scrapping???

            M Offline
            M Offline
            Michael P Butler
            wrote on last edited by
            #5

            Screen Scraping[^] Michael CP Blog [^] Development Blog [^]

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups