Announcing libfossphone
#1
Rainbow 
So, saddened by the current pace of PinePhone development, I've decided to take some of this stuff into my own hands.

I'm writing an easy-to-use voice, SMS, and MMS interoperability library for the PinePhone in C, called libfossphone.

It's largely forked from purple-mm-sms, using the same mm-glib bindings but with substantial reworking, and support for MMS and phone calls.

I have a substantial amount of work done already, but it doesn't yet function or compile.

I am designing it to have a simple API that is easy to map to any language, to allow for as wide a use case as possible.

I'm abstracting away ModemManager details etc, and just providing you with a session handle you can use to get messages, place calls, and set callbacks for all incoming calls and messages.

This will hopefully allow development of better phone call applications in several languages. I'm trying to do the hard part, which is get the modem to talk nicely. So, then the community just needs to write GUIs.

What it offers:
  • Voice calls API
  • SMS API
  • MMS API
  • Voicemail notification API (if possible)
What it does not offer:
  • Call history API
  • Call audio routing API (it will work the same as now, routed through ALSA, for now.)
Supported languages on day one:
  • C (C89 and up)
  • C++ (C++98 and up)
  • Rust (via Bindgen)
  • Python (via SWIG)


I haven't yet created the repo, but you can expect to see this thread updated with one in the next couple days once I have something presentable.

Let me know any thoughts, requests, or questions here. Better to get ideas out before it gets too far down the line to change. :^)
  Reply


Messages In This Thread
Announcing libfossphone - by Subsentient - 11-10-2020, 04:42 PM
RE: Announcing libfossphone - by as400 - 11-11-2020, 03:35 AM
RE: Announcing libfossphone - by Subsentient - 11-11-2020, 05:28 AM
RE: Announcing libfossphone - by deedend - 11-11-2020, 03:40 AM
RE: Announcing libfossphone - by as400 - 11-11-2020, 05:48 AM
RE: Announcing libfossphone - by moodroid - 11-14-2020, 04:19 AM
RE: Announcing libfossphone - by Subsentient - 11-15-2020, 07:03 AM
RE: Announcing libfossphone - by as400 - 11-18-2020, 12:34 AM
RE: Announcing libfossphone - by patrickjquinn - 11-18-2020, 04:14 AM
RE: Announcing libfossphone - by deedend - 12-06-2020, 05:03 PM
RE: Announcing libfossphone - by Subsentient - 05-28-2021, 04:55 PM
RE: Announcing libfossphone - by LazLong - 05-28-2021, 07:17 PM
RE: Announcing libfossphone - by linmob - 05-29-2021, 03:18 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)