From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED.2uCIJahv+a4XEBqttj5Vkw.user.gioia.aioe.org!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Coding access to a C's pointer - pointer Date: Sun, 7 Jun 2020 09:29:19 +0200 Organization: Aioe.org NNTP Server Message-ID: References: NNTP-Posting-Host: 2uCIJahv+a4XEBqttj5Vkw.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 Content-Language: en-US X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader01.eternal-september.org comp.lang.ada:58993 Date: 2020-06-07T09:29:19+02:00 List-Id: On 06/06/2020 22:55, Jeffrey R. Carter wrote: > On 6/6/20 10:20 PM, Jeffrey R. Carter wrote: >> >> I'm pretty sure that AWS and maybe Kazakov's Simple Components have >> support for SNMP. Why not look at them? > > Sorry, I realize I misread your post (even though I typed what you had > and not what I thought I'd read). Please ignore. I do not have SNMP implemented. Though I have an implementation of OIDs. SNMP v1/2 is basically a single read request. SNMP v3 adds some sort of authentication with views to provide security I did not look at this. P.S. SNMP represents a dilema. It is either primitive low level: read garbage deal with that yourself, or a huge monstrosity if you wanted the client to understand millions of predefined OIDs and map them onto properly typed Ada variables. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de