File: coap-proxy

package info (click to toggle)
aiocoap 0.1%2B9ae36f4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 396 kB
  • ctags: 597
  • sloc: python: 2,987; makefile: 12
file content (5 lines) | stat: -rwxr-xr-x 80 bytes parent folder | download
1
2
3
4
5
#!/usr/bin/env python3

import aiocoap.cli.proxy

aiocoap.cli.proxy.sync_main()