Updated readme.

This commit is contained in:
John Shaver 2017-09-27 14:17:06 -07:00
parent 950e83c78d
commit 1aa2be0c2d
1 changed files with 8 additions and 2 deletions

View File

@ -4,6 +4,12 @@ Playing around with parsing dns packets in Javascript.
## ToDo
- [x] Import packet string into Arraybuffer
- [ ] Parse the headers into a Javascript object
- [ ] Test/Fix browser JS compatibility
- [x] Parse the headers into a Javascript object
- [x] Test/Fix browser JS compatibility
To see the parsed result of the packet, clone the repo and :
```npm install && npm run```
To view in the browser, open `index.html` in your browser.