jhthorsen / docsis-configfile

Perl module that decodes and encodes DOCSIS config-files
https://metacpan.org/release/DOCSIS-ConfigFile
11 stars 3 forks source link

decoded configfile output... #13

Closed deanone-github closed 6 years ago

deanone-github commented 6 years ago

I am new to perl and I'm curious if there is a readable file output and if so what's the location...

jhthorsen commented 6 years ago

I have a web application that use this module here: https://docsisious.thorsen.pm/ The source code for the application is here: https://github.com/jhthorsen/app-docsisious

I'll make a new release soon, where I bundle a script that can do this from the command line as well.

jhthorsen commented 6 years ago

The script is available at https://github.com/jhthorsen/docsis-configfile/blob/master/script/docsis-configfile and soon available on CPAN.

Do you have any experience installing perl modules/applications?

deanone-github commented 6 years ago

Thanks for taking the time to reply Jan,

Truth be said I'm an ex engineering student and took an alternate career path. I am now actively pursuing various programming skills to finish previous study. Networking is top of the list and one of my current forced learning tasks is to hook up an ATA to my modem thus the need to learn how to access the cfg file albeit as manually as is possible.

Greg

Get Outlook for Androidhttps://aka.ms/ghei36


From: Jan Henning Thorsen notifications@github.com Sent: Friday, June 8, 2018 1:21:23 PM To: jhthorsen/docsis-configfile Cc: deanone-github; Author Subject: Re: [jhthorsen/docsis-configfile] decoded configfile output... (#13)

The script is available at https://github.com/jhthorsen/docsis-configfile/blob/master/script/docsis-configfilehttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fjhthorsen%2Fdocsis-configfile%2Fblob%2Fmaster%2Fscript%2Fdocsis-configfile&data=02%7C01%7C%7C45b8e655355a449e5ae108d5cceeea13%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636640248848143811&sdata=gkulJEMTuZAcRjNbjp%2F8mCHm0S0Q5X5HiBYxU8AvlQA%3D&reserved=0 and soon available on CPAN.

Do you have any experience installing perl modules/applications?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fjhthorsen%2Fdocsis-configfile%2Fissues%2F13%23issuecomment-395634315&data=02%7C01%7C%7C45b8e655355a449e5ae108d5cceeea13%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636640248848143811&sdata=Lk2iDHqqQxaO9SifK3WZfKhtRD%2FW9%2B%2BzY1oNTaTahLk%3D&reserved=0, or mute the threadhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAMNe3T3Iv3cJ2LZLMHRDLo_rZ7uY76wLks5t6e2zgaJpZM4UeN7z&data=02%7C01%7C%7C45b8e655355a449e5ae108d5cceeea13%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636640248848143811&sdata=6Ulq30yWb6DhUlDQ6hszrcBli9ndo3qMbPDRwFpunUY%3D&reserved=0.

jhthorsen commented 6 years ago

Does that mean that you're able to install this module and the dependencies..? Please ask me questions if you need more help.

deanone-github commented 6 years ago

Apologies for delayed response… Will be attacking this tomorrow and will then get back to you.

Thanks again for your help.

deanone-github commented 6 years ago

Hi again Jan…

Yes module and dependences installed… Running it from windows command line was giving me errors but that was a path issue. Still no output file as yet?! … I’m working a lot at the moment so will be looking at this again in snippets across the week to see where I’ve gone wrong.

Thanks again for your offer of help, greg

jhthorsen commented 6 years ago

The output should be written directly screen, but I'm not sure how that is handled in windows.

Anyways: I've added an option to the script, so you can specify output file: -o out.file. Please install version 0.75 when it is available on CPAN or just download it here: https://raw.githubusercontent.com/jhthorsen/docsis-configfile/master/script/docsis-configfile

jhthorsen commented 6 years ago

Closing this because of inactivity. Please comment here or send me an email if you have further questions.