X3r0 Posted April 3, 2023 Share Posted April 3, 2023 (edited) Hi, i am a network engineer/Administrator who recently became interested in network programming. i was wondering how to create a php script that can collect incoming Sflow from a network switch and store it on to a mysql table. my issue is to find a php library that can do sflow phraser correctly.. do you guys know of any existing php library that deals with sflow ? the one's i google do not exist anymore on github. i even tried taking help from AI's yet none of the code work... any idea ? thanks Edited April 3, 2023 by X3r0 Quote Link to comment Share on other sites More sharing options...
requinix Posted April 3, 2023 Share Posted April 3, 2023 Question: why choose PHP for network programming? It's like choosing a hammer to peel a banana... Quote Link to comment Share on other sites More sharing options...
gizmola Posted April 3, 2023 Share Posted April 3, 2023 I would take a look at the NFSen project, which is written in PHP and Perl. You are also able to extend it with modules written in either of those languages. https://nfsen.sourceforge.net/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.