Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. snmp in qt
Forum Updated to NodeBB v4.3 + New Features

snmp in qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 4 Posters 2.5k Views 3 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.
  • sitesvS Offline
    sitesvS Offline
    sitesv
    wrote on last edited by
    #1

    Hi!
    IS there any ways to create a snmp client and server in qt?
    Or external libs or manual parsing/sending only?

    1 Reply Last reply
    1
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      I would say yes based on this commercial product.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      mzimmersM 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi,

        I would say yes based on this commercial product.

        mzimmersM Offline
        mzimmersM Offline
        mzimmers
        wrote on last edited by
        #3

        @SGaist interesting, though they don't really say what makes it a "Qt Edition." I can't think of anything about the agent and manager processes in SNMP that would require a Qt layer; it's a really low-level protocol. Do you know anyone who's used this product?

        SGaistS 1 Reply Last reply
        0
        • mzimmersM mzimmers

          @SGaist interesting, though they don't really say what makes it a "Qt Edition." I can't think of anything about the agent and manager processes in SNMP that would require a Qt layer; it's a really low-level protocol. Do you know anyone who's used this product?

          SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @mzimmers they may have implemented the protocol using Qt.

          No I do not know anyone who used it (to the best of my knowledge);

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • C Offline
            C Offline
            ChrisW67
            wrote on last edited by
            #5

            @sitesv said in snmp in qt:

            IS there any ways to create a snmp client and server in qt?

            SNMP is implemented using UDP (port 161 and 162) as the transport. It is quite straightforward to use Qt networking to send and receive these datagrams, you would just need to (de)construct the datagram payloads. The net-snmp library can probably help with a lot of the problem.

            Your application may need to run with elevated privilege to access the low ports.

            1 Reply Last reply
            1

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved