Skip to content

Simple python client/server to generate and capture AVRO pcap records

Notifications You must be signed in to change notification settings

darrenpm/python-avro-rpc-pcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-avro-rpc-pcap

Simple python client/server to generate and capture AVRO pcap records

Configure virtual environment

Start the server workon python-avro-rpc-pcap cd src python avro_rpc_server

Start the packet capture sudo tcpdump -vvv -i lo0 -s 0 -B 524288 -w avro.pcap port 5000

Run the server python client

About

Simple python client/server to generate and capture AVRO pcap records

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages