Showing posts with label pyrex. Show all posts
Showing posts with label pyrex. Show all posts

Saturday, May 23, 2009

PCS-Current

Working on getting the latest PCS from Hg working, because it will be necessary to have proper Checksum and Length generation on-the-fly for easy generation of valid packets.

Contacted GNN with (hopefully) the last few issues to getting this to work for me.

Zach


Read more...

Friday, May 1, 2009

Installing PCS and Pyrex on a Mac

Found this out a while ago, but figure it might be useful to users of PCS... (since I couldn't find this information anywhere else)

  1. Download PCS from SF.net
  2. Download Pyrex from canterbury.ac.nz
  3. Extract Pyrex. Then run
    sudo python setup.py install

  4. Extract PCS. Then run
    sudo python setup.py install

  5. Don't bother with the MacPort of pylibpcap. Just download it from SF.net, and run
    sudo python setup.py install

  6. To make sure everything works, bring up Python and type
    import pcs
    As long as you don't get any errors, it's safe to assume everything went well :-)


In retrospect, this all is extremely straightforward. I was trying to do it the "MacPorts" way instead of just *doing* it. Would've saved myself a lot of hassle... Read more...

Some Time to Work...

Hopefully I'll have some time to get some things done this weekend, now that I don't have to worry about getting the apartment cleaned up, things sold, and paying for school.

Started getting things set up on my Mac for the project. So far I've got FreeBSD installed in a VMWare machine, Python 2.5 installed (because the MacPort of 2.6 doesn't want to, for whatever reason). Downloaded PCS and started getting it set up, although I've run into a snag getting it to find Pyrex properly. Read more...

Followers