genieacs-sim icon indicating copy to clipboard operation
genieacs-sim copied to clipboard

TR-069 client simulator for GenieACS

Results 14 genieacs-sim issues
Sort by recently updated
recently updated
newest added

I have tried to disable TLS verification, data is injected but it will show device offline while trying to configure. This is the command i have used. ubuntu@ubuntu:~/genieacs-sim$ NODE_TLS_REJECT_UNAUTHORIZED=0 ./genieacs-sim...

How to setup genieacs-sim for https genieacs-TR-69 server

Allow --acs-url to be given without port in the url. If acs is listening on e.g. https/443 by, --acs-url can now be just "https://acs.example.com" in stead of currently needed "https://acs.example.com:443"....

https://github.com/genieacs/genieacs-sim/blob/be391cab6d586a1e98cd65e57f7cd7ae715be791/genieacs-sim#L50 show duplicate default value. ``` $ ./genieacs-sim --help Usage: genieacs-sim [options] TR-069 client simulator for GenieACS Options: -V, --version output the version number -u, --acs-url [url] ACS URL to...

Fixes : 1. Send 0 BOOTSTRAP when script is executed. 2. Child's parameters are not created for the 1st object. Additional : 1. Reboot 2. FactoryReset

root@fqdn:~/genieacs-sim# ./genieacs-sim Simulator 000000 started /root/genieacs-sim/simulator.js:288 if (err) throw err; ^ Error: connect ECONNREFUSED 127.0.0.1:7547 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1133:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port:...

My Genieacs-CWMP is assigned SSL certificate but I can't use genieacs-sim to register successfully by using the https://ACS_IP:7547. Did I do something wrong or genieacs-sim can not register by using...

Rewrote (copied!) the CSV Parser and made some _very_ minor changes to bring it in line with the IETF RFC4180 Standard, added some error handling and stuck in a bunch...

Hi, Is there any way to change the inform event to BOOTSTRAP and add security (User a Pass) for authentication? Thanks.