New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

amxlogs

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amxlogs

finds, downloads, and clears logs from AMX devices using ftp

  • 1.1.3
  • PyPI
  • Socket score

Maintainers
1

amxlogs

finds, extracts, and clears logs from AMX devices using ftp

LogSniffer():

returns:

logs are written to file and/or logged.

set_systems():

list of dicts where each dict is an AMX system.
minimum key requirements:
'full_name' (string)
'master_ip' (string)

config():

user_name: user name used to login to AMX
password: password used to login to AMX
log_type: default 'error_log', case insensitive.
Also try 'camera_log'. Additional types depend on what you name them when you create them in the AMX program. So if you had AMX create logs called late_night_usage.txt, log_type would be 'late_night_usage'.
output_dir: path to dir used to store received files.
File name is created using 'full_name' amx logfile name
clear_logs: default False.
Use True to delete the log files after they are downloaded.
debug_ftp: default 0.
Set to 1 to view ftplib's builtin debugger on stdout.
timeout: default 10. Seconds to timeout socket connection.

run():

Begin connecting to systems in set_systems(), download logs that match log_type, using settings from config()

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc