digidotcom / xbgw-app

XBee Gateway Python Application
Mozilla Public License 2.0
13 stars 8 forks source link

contents inside the "xbgw.zip" #4

Open olavor opened 3 years ago

olavor commented 3 years ago

Hi, my question is about my Digi Xbee Industrial Gateway (XGI-20CZ7-E00-W0), inside it there is a file called "xbgw.zip". Inside this "xbgw.zip" folder there is a file called manager.pyc

I'm wondering if i can acquire the binary file "manager.pyc" from your repository's file called "manager.py" via the command: "python2 -m py_compiler manager.py" is my line of reasoning correct? if is not, can you tell me more about this subject?

mikewadsten commented 3 years ago

Hi @olavor ,

Yes that is basically correct. The xbgw.zip file shipped by default on the XBee Gateway and XBee Industrial Gateway products is from this repository. The make.sh script can be used to generate a new copy of xbgw.zip (and the build.py file).

olavor commented 3 years ago

b c a fail I noticed: Tools ->Miss 6 || 0% Cover xbgw.settings.registry -> Miss 24 || 27% Cover xbgw.settings.settings_base -> Miss 76 || 17% Cover is this really the problem? or am I focusing on the wrong place? d I didn't see any mention about Login: "python" and password: "dbps" in deploy.sh f I wrote some notes on the image that I don't know if they would be pertinent e I tried my best to put it into practice, I would respectfully like detailed remarks.