SimpleWebRTC: usage example of sendDirectlyToAll
2017-02-22
IN1, 2017-02-22 00:00:00
IN1, 2023-04-10 14:16:29


How to send text or data to all peers in SimpleWebRTC by using sendDirectlyToAll method.

Here is my usage example showing how i managed to get it working:

/**
* send directly to all other peers
*/
oSimpleWebRTC.sendDirectlyToAll(
    'meta',         // sLabel
    'info',         // sType - will become oData.sType
    {"foo": "bar"}  // oData - will become oData.payload
);

/**
* Handle incoming […]

KDE dolphin SVN Integration - using dolphin to manage Git and Subversion Repositories
2016-11-29
IN1, 2016-11-29 00:00:00
IN1, 2023-04-10 14:16:29


In Kubuntu 16.04 KDE Filemanager dolphin you might missing the right click context menu for Version Control System (VCS) tools. Here i show how to activate and integrate those tools back into dolphin.

Install dolphin-plugins

This package contains plugins that offer integration in Dolphin with the following version control systems:

  • Bzr
  • Git
  • Mercurial
  • Subversion

After Installation you will find e. […]



This website uses Cookies to provide you with the best possible service. Please see our Privacy Policy for more information. Click the check box below to accept cookies. Then confirm with a click on "Save".