mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00

Application checks and drops packets as per Clause 16 WIP do_DeviceCommunication implemented Set deviceInfoCache if not set already First iteration removed unused import proper simpleAckPDU removed unnecessary comments Instanciate SMAP in Application class Removed smap instanciation from BIPForeignApplication Add support so one can add properties to LocalDeviceObject Remove adding _dcc variables to LocalDeviceObject Support for authentication WIP removed unwanted change Response with error on authentication failure Removed unused import DeviceCommunicationService class added for py3 Device allow for attributes Changes in Application Appservice changes for py3 Dont attach smap instance to local device miscc
62 lines
733 B
Plaintext
62 lines
733 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Editor backups
|
|
*.py~
|
|
.idea/
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# PyInstaller
|
|
# Usually these files are written by a python script from a template
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
*.manifest
|
|
*.spec
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*,cover
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff:
|
|
*.log
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
|
|
# PyBuilder
|
|
target/
|