Bridging Talk


 
Thread Tools Search this Thread
Top Forums Programming Bridging Talk
# 8  
Old 01-14-2019
If I were you, I would make a table of all the various messaging system and list their API's (if any); and then I would focus on systems with supported APIs.

For example, Signal has a defined API with developer libs, as I recall.

https://signal.org/docs/

GitHub - signalapp/libsignal-protocol-c: Signal Protocol C Library

Also, WhatsApp has an API,

Twilio API for WhatsApp | Send messages, alerts and notifications on WhatsApp using Twilio WhatsApp Messaging API.

You should do a full survey of the SOTA and what APIs are available first, if you are going to go down this path.
# 9  
Old 01-14-2019
Quote:
Originally Posted by homebeach
In this context bridging means connectivity to other networks. For example using talk to join IRC channel. This would be achieved by making a program that relays messages to IRC and back.
OK, understood. I actually use talk - rarely, but with one working in the data center and the other colleague in the office it is often easy and convenient to use it for communication. Wouldn't your project be somewhat like the Pidgin Chat Client just extended to support talk? You might want to consider joining this project and writing exactly this extension.

bakunin
This User Gave Thanks to bakunin For This Post:
# 10  
Old 01-15-2019
Rather than being client my program would work as a relay bridge.



--- Post updated at 03:59 PM ---

Here seems to be some source codes for GNU Talk: GNU Talk Homepage. I was planning to use those as the basis of my program. I need to see how it is possible to redirect messages from talk.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. What is on Your Mind?

Anybody want to talk about Krack?

At face value this looks bad for Android 6 and Linux. Wi-fi security flaw 'puts devices at risk of hacks' - BBC News (1 Reply)
Discussion started by: hicksd8
1 Replies

2. IP Networking

Linux Bridging, Wireless AP, IPv6 multicast and autoconfiguration.

Well I cannot be too certain of the setup, since it's a stock firmware, but I have a cheap Belkin wireless-n router and wanted to get some ideas of what may be going on while I've a few moments to ramble on about my problems... I requested the GPL source so I've just been pondering while waiting to... (0 Replies)
Discussion started by: neutronscott
0 Replies

3. Solaris

openindiana bridging problem (brctl)

Hello all, I was trying to hooking up several computers into my openindiana server box, the server box has few RJ45 gigabit ethernet. The desired hierarchy of the network will be shown as on the picture attached. I would like to connect each host into my gigabit ethernet because of me and my... (2 Replies)
Discussion started by: enno
2 Replies

4. IP Networking

problem with bridging!!! :(

Hello, I have an UTM that has 4 ports. I was bridged two ports of it. my pc wired to one port and other one to network. Now I can ping my default gateway but it doesn't work(I haven't access to internet) even http of gateway, what happened? what route I should added? Thanks in advance.:confused: (0 Replies)
Discussion started by: Zaxon
0 Replies

5. IP Networking

UNIX talk

I have the manpage for this utility on my system, but the utility itself is not there. My friend has the utility, but it does not work, not even on the same machine. Does anyone remember it? What software package is it related to? Where is it configured? (1 Reply)
Discussion started by: Corona688
1 Replies

6. UNIX for Advanced & Expert Users

apple talk

Does anyone know how to route apple talk through a bridged connection ? :eek: (1 Reply)
Discussion started by: maxamaynard
1 Replies

7. UNIX for Advanced & Expert Users

Bridging with SSH Tunnels

Here is the scenario: I use an OpenBSD 2.9 box as my firewall and gateway at the house. One of the boxes behind my OpenBSD box is my FreeBSDBox. I would like to be able to use port forwarding with SSH to enable a secure connection from work to the OpenBSD box and to have the OpenBSD box... (6 Replies)
Discussion started by: auswipe
6 Replies
Login or Register to Ask a Question