Recommended Posts

  On 08/07/2015 at 17:48, max22 said:

Is there anyway to monitor bandwidth usage over a network from each individual computer with a program installed on just my pc ?

I know I could use the router but I don't see the option on my ASUS RT-N66U router.

Looks like this router allows you to select per device. I would suggest upgrading it to the latest firmware.

  On 08/07/2015 at 18:42, max22 said:

PabUK is it easy to update to Asuswrt-Merlin without messing up the router or killing it?

 

Thanks.

Yes, when I did it all my settings were retained. You just install it through the WebUI like a normal update. Just be sure to backup your settings to a file first, then in the unlikely event of something going horribly wrong you can always return to the stock firmware if necessary (there's a tool to do so on the Asus website).
  On 08/07/2015 at 18:49, PabUK said:

Yes, when I did it all my settings were retained. You just install it through the WebUI like a normal update. Just be sure to backup your settings to a file first, then in the unlikely event of something going horribly wrong you can always return to the stock firmware if necessary (there's a tool to do so on the Asus website).

 

Thanks.

 

Just asking do you have a link to the tool on Asus website so if something goes wrong I have it?

  On 08/07/2015 at 19:09, PabUK said:

 

Thanks.

 

I am guessing it is this ?

 

ASUS RT-N66U B1 Device Discovery version

  On 08/07/2015 at 19:42, PabUK said:

It's the one that mentions "Firmware Restoration". Honestly though, you are really unlikely to need it. It should be enough to know it exists (it's also on the CD that came with the router if you still have it).

 

I don't see it :( Didn't keep the cd or box.

  On 08/07/2015 at 19:56, PabUK said:

Really? It's called "ASUS RT-N66U B1 Utility version 4.2.3.9" and it's the last one in the Utility section.

 

Yes really. Maybe I am a blind. Will try again. Nope couldn't find it :(

 

Did you select Windows 8 64 bit ?

All I see is:

 

Utility supports MFP (Multi-function Peripheral, MFP or All-in-One Printer) version 1.0.3.4

This utility can help you set up the USB printer to connect to the router, and use EZ printer sharing in Windows OS.

Please refer the supported printers list as following link:

http://event.asus.com/2009/networks/printersupport

OS Support: Win 2003 / Win XP / Win Vista / Win 7 / Win 8

 

 

ASUS RT-N66U B1 Device Discovery version 1.4.6.5

ASUS RT-N66U B1 Device Discovery version 1.4.6.5

You can use the device discovery tool to find the IP address of wireless router.

OS Support: Win 2003 / Win XP / Win Vista / Win 8

Language: English / Traditional Chinese / Simplified Chinese / French / German / Italian / Spanish / Russian / Czech / Polish / Portuguese (Portugal) / Portuguese (Brazil) / Greek / Hungarian / Romanian / Thai / Turkish / Danish / Finnish / Norwegian / Swedish

 

 

Utility supports MFP (Multi-function Peripheral, MFP or All-in-One Printer) version 1.0.3.3

This utility can help you set up the USB printer to connect to the router, and use EZ printer sharing in Windows OS.

Please refer the supported printers list as following link:

http://event.asus.com/2009/networks/printersupport

OS Support: Win 2003 / Win XP / Win Vista / Win 7 / Win 8

  • 2 months later...
  • 2 weeks later...
  • 1 month later...
  On 01/10/2015 at 22:02, Balistika said:

Mine also looks like this. Can someone share how to see it by device? 

Thanks!

Expand  

From here: https://github.com/RMerl/asuswrt-merlin/blob/master/README-merlin.txt

 

Go to General -> Tools -> Other Settings

 

Set the Traffic Monitor options:

5666ae294e453_2015-12-0810_16_25-ASUSWir

 You will  need a device to save your logs to. I just use an old USB stick. 

 

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Guys, you should find another way to promote your deals... It's the third article in the last months that promote this deal for an upgrade from 10. Considering that upgrade from 10 to 11 is free it's a total non-sense.
    • Store should be a shrine of useful applications, vetted and verified. Easily sorted by publisher. Windows should start with not much installed and have things as options in the store. Not the wild west mess that it is. You could delete 95%+ of the crap on there and no one would notice. They need to add a better UI to the updates, it's awful right now.
    • Obsidian 1.9.2 brings breaking changes, UI improvements and several bug fixes by David Uzondu Obsidian 1.9.2 (Desktop) is now live, bringing some significant updates, especially if you have been using the Bases feature. If you're not familiar with Markdown, it's a simple way to write formatted text using a plain text editor; Obsidian is a free editor that lets you create and link notes using Markdown files stored right on your own computer. Obsidian is free to use, but if you support the project with a Catalyst license, you get access to early builds. Version 1.9.2 is in Early Access right now, so you'll need a Catalyst license to try it out This new version introduces some major breaking changes to Bases, so you'll want to pay attention here. The developers have overhauled the formula syntax and the .base file format itself. If you're using Obsidian Sync or sharing your vault across multiple devices, the team strongly recommends upgrading all your devices at the same time to dodge any annoying sync issues with files using different syntaxes. The new formula syntax in Bases is designed to be more flexible and easier to use, and it should feel familiar if you code in JavaScript. For instance, functions are now object-oriented; instead of writing contains(file.name, "Books"), you would now use file.name.contains("Booksou can also chain functions together, like property.split(' ').sort()[0].lower(). Other highlights include: Property names are no longer wrapped in backticks (`). Instead, to reference properties with spaces or special characters, the syntax is note["Property Name"] There is a new type system which provides greater control when writing formulas. New functions, such as link, date and list for converting a value to a different type. New file properties: file.path, file.links (a list of all internal links in this file), and file.tags (a list of all tags in this file, including frontmatter). Some functions have been replaced by comparison operators. For example, dateBefore(date1, date2) is now date1 < date2. Date modifications are now much simpler. Instead of dateModify(date, string), you can use date + string, for example, date("01/01/2025") + "1 year" For those wondering, the Bases feature was introduced back in Obsidian 1.9.0 as a way to turn notes into structured databases. You can learn more about the updated syntax here. Alongside these syntax changes, the .base file format has been updated for better extensibility, including a new properties section for configurations like displayName. There are some smaller improvements too, like Bases now showing the number of results in the current view and the operator dropdown for filters becoming searchable. Outside of Bases, the update brings fixes for the following: Tags view: Fixed "Show nested tags" showing the full tag name (e.g. #parent/child) File explorer: Fixed "Move folder to..." menu item not showing in context menu. Bases: Fixed view not closing after deleting the file. Bases: Fixed codeblock not rendering when "Indent with tabs" is enabled. On a related note, the creator of Markdown, John Gruber, recently shared his thoughts on rumors about Apple Notes potentially adding Markdown export. While he had reservations about Apple Notes becoming a full-blown Markdown editor, he seemed to think an export option would be useful. If the rumors are true, users will be able to easily export notes from Apple Notes and edit them in editors like Obsidian.
    • 1. DRM is the worst plague, I like my games clean. 2. Third party launchers are an overhead and annoyance.
  • Recent Achievements

    • First Post
      Uranus_enjoyer earned a badge
      First Post
    • Week One Done
      Uranus_enjoyer earned a badge
      Week One Done
    • Week One Done
      jfam earned a badge
      Week One Done
    • First Post
      survivor303 earned a badge
      First Post
    • Week One Done
      CHUNWEI earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      430
    2. 2
      +FloatingFatMan
      239
    3. 3
      snowy owl
      212
    4. 4
      ATLien_0
      211
    5. 5
      Xenon
      157
  • Tell a friend

    Love Neowin? Tell a friend!