-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config option for where data is sent. #4
Comments
Well, I really wouldn’t want to deal with the data that way. Like I mentioned earlier, could it be queued and I could make calls to get one or more rows back?
Regards,
Kevin
On Jan 17, 2022, at 2:22 PM, Vincent ***@***.***> wrote:
We want to have a simple configuration option that allows choosing where the captured data is sent.
@ruffk<https://github.com/ruffk> where do you want your data sent, loopback/local ip? Any feedback on this would be great.
something like
sendt = {'url': 192.168.1.1 # url, ip or loopback username: xyz, password: xyz api_key: xyx}
—
Reply to this email directly, view it on GitHub<#4>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AID6A64Y4MA3V2U7OIG7NQ3UWRT6BANCNFSM5MFNPITQ>.
You are receiving this because you were assigned.Message ID: ***@***.***>
|
Are you thinking this library will run basically as a stand-alone service gathering packets and sending them to the configured destination? That might be ideal / necessary for a web based app, but not for a GUI app running on Windows or Mac. People won't want to run something separate. I would just want to import this library and be able to dynamically start/stop it based upon my app's configuration (sent as parameters) to the start method. Since it seems Python does support events, the library could trigger separate events for InboundPlayer, OutboundPlayer, PlayerEnteringWorld, etc. Seems pretty clean to me. |
The library is shaping up nicely. I'm hoping to actually start writing some UI code soon so that the library can further mature. I pre-compiled two versions of the pcapy-ng library and uploaded them to PyPi so that we can make it easier on everyone to use this. That was the most painful part lol. |
We want to have a simple configuration option that allows choosing where the captured data is sent.
@ruffk where do you want your data sent, loopback/local ip? Any feedback on this would be great.
something like
sendt = {'url': 192.168.1.1 # url, ip or loopback username: xyz, password: xyz api_key: xyx}
The text was updated successfully, but these errors were encountered: