As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I am currently working on software that must emit SNMP traps for SNMP versions 1 & 2 and possibly v3 in the future. I have downloaded several and found them to be either too complex or too simplistic. All I want is to view traps and analyze the data structures within them, and the ability to import my custom MIB's. The best I have found so far is ireasonings MIB Browser, but would be greatful for any nice alternatives.
netsnmp - should do everything you're after, with a variety of language bindings to suit every taste.
The only monitoring tools I've used that utilize SNMP monitoring are Nagios, Zenoss, OpenNMS, and the proprietary product from my company - but they're for full network monitoring.
How many devices are you looking to monitor? If it's only a couple, #Andrew's suggestion of netsnmp may be sufficient.
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I use Spring and Vaadin. I need to test my application to know how it'll be working after release. I'm looking for some free tool which can generate some fake traffic and if possible give me some statistics (like response time, number of responses handled in an hour). Do you know any tools which can provide that? Are they provide any control what exactly will be executed (which button clicked, which pages entered)?
Look at JMeter It is dedicated to emulate static and dynamic loading.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I think this is not the appropriate site to ask this question, but I don't have any choices because Google can't answer my question. Or if there is the WOT evaluation is very low. So legitimacy can't be assured.
Is there any free SMS API/Gateway you can suggest? Because our thesis (E-commerce) have SMS Features. Thanks
There are some free “email SMS” gateways that some networks (a relatively small number) provide and they are quite legitimate but...
These gateways accept the lowest priority traffic and operate very slow
and are not suitable for commercial text marketing. Some do appear to work http://en.wikipedia.org/wiki/List_of_SMS_gateways but be warned they are subject to change and usually unsupported by the networks.
You would need any mobile you sent to, to opt into your service.
There are some wordpress plug ins that use free email to SMS gateways like the following
http://wordpress.org/extend/plugins/mediaburst-email-to-sms/
They rely on the wordpress community of users to keep them updated on which networks are working at that time.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
There is a new Agile software tool on the Market. It is very lightweight and easy to use. I cannot remember the name of it and it is not coming up in any of my searches. I want to say its called velocity or something. But I cant seem to get it down. If anyone know's what I am talking about then please reply.
Maybe you are talking about Upvise (http://upvise.com/)
"Upvise provides mobile on-demand sync & collaboration software and hosted services for small businesses. With Upvise, you can organize and share information with your co-workers, and sync data between all the mobile phones and web accounts in your company."
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm starting to learn network programming in C++ and since the standard library doesn't support networking, I have to resort to one of these. Which do you think is simpler and thus, easier to learn?
They do different things.
If you're looking for HTTP, FTP, and support for a slew of other protocols, then use libcurl. If you want to directly use sockets and implement all your own protocols, then use Boost Asio.
A third choice would be to use the Pion Network Library, which is built on top of Asio. It only supports HTTP, though, and for clients is more of a building block than a ready-made solution.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 12 years ago.
Just food for thought:
What features would you consider in an ideal debugging tool?
What about debugging tools for distributed systems?
What do you think is missing from current debugging tools?
Being able to step backwards would make me very happy C person.
I would really like to see some more artificial intelligence in debuggers. Like they should be able to know which bug I was looking for and fix it automatically. Distributed AI would be even better. One day I dream of submitting a README to github and the code would be written for me automatically, 100% bug-free of course.
:-)