Simon Smith
Simon Smith
found the issue, it seems to start reading the file no problem BUT then suddenly fails reading one section? https://github.com/Ylianst/Authenticode-JS/blob/df108bee5c297448528264440a3740e18d7ff53a/authenticode.js#L297-L316 EDIT: `i=4` `numberOfSections=7` `buf[0] = 95` `sectionName = _RDATA` EDIT2:...
found the issue, indeed func for the function `obj.sign` is undefined i have to pass a function, which isnt explained in the readme `exehandler.sign(cert, { out: 'windowsexecutable-signed.exe', time: "http://timestamp.sectigo.com" },...
this is already partly possible with the web ui but its console based you go into the console tab of a device and run `location` and it will return a...
ive fixed the `geoLocation` and `ipLocation` in the latest docker `master` image. can you share ur powershell script? the is already code built into the web ui for `gpsLoc` i...
question 1 isnt really anything to do with meshcentral. you should have ur own way of identifying the computer/end user identifying (like bginfo.exe) OR they can use the `call for...
this is exactually the same problem as mine from 3 months ago - #186 i found if i reverted to 0.6.2, it works no problems, dont use the RC version...
Are you using the latest docker image? Or have u build the app by hand? Also as explained above some cameras return 400, So it then retrys every 5 seconds,...
random one try running it with trace debug or full debug, the might be more helpful logs in there that could be helpful `RUST_LOG="trace" ./neolink image --config=neolink.toml --file-path=filepath MyCamera --use-stream`...
to be honest, i only did this PR because when i was fixing my other PR i noticed these extra values in the MQTT config and i couldnt work out...
if you wanted you can do a PR against the offical docker image 👍 https://github.com/Ylianst/MeshCentral/tree/master/docker