Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 2.1 KB

README.md

File metadata and controls

44 lines (33 loc) · 2.1 KB

Call Forwarder

This project is in development. I'll be taking notes along the way: NOTES.md

Shoutouts

Thanks to Pradeep Singh (@pradeesi) for blogging about his work. Thanks to @havocsec for adapting Pradeep's work into a Python3 API for the Conexant CX93001 modem. Thanks to @kolonist for the serial-at package.

Get Started

  • direnv
  • install reqs

Usage

Here we use nohup as a simple way to keep the process alive on our Pi:

# -u sets stdout & stderr to be "unbuffered"
# this is critical since we're using stdout for logging
nohup python -u call_logger.py > call_details.log &

References

Conversation Threads