Skip to content

Instantly share code, notes, and snippets.

{
"linkset": [
{
"anchor": "https://raw.githubusercontent.com/selab-gatech/RESTGPT/main/src/specifications/openapi_json/youtube.json",
"service-desc": [
{
"href": "https://raw.githubusercontent.com/selab-gatech/RESTGPT/main/src/specifications/openapi_json/youtube.json",
"type": "application/json"
}
]
{
"openapi": "3.0.1",
"info": {
"version": "1.6.0",
"title": "Messages API",
"x-metaTitle": "Vonage Olympus API (v1.0) Reference | Vonage API Documentation",
"x-metaDescription": "Find quick answers to questions about the Vonage Olympus API (v1.0) in this reference guide. Learn more in Vonage's API documentation.",
"description": "The Messages API consolidates and normalises exchanges across all messaging channels. It allows you to use a single API to interact with our various channels such as SMS, MMS, WhatsApp, Viber and Facebook Messenger. See [this note](https://developer.vonage.com/en/messages/technical-details#authentication) on authentication.",
"contact": {
"name": "Nexmo DevRel",

TOPIC: AI/ML Enhancements for 5G System Definition: AT&T is interested in potential enhancements to enable the 5G system to assist cross-domain operations, support AI/ML-related data or model sharing, improve coordination of cross-domain AI/ML functionalities, and implement AI-based positioning in the RAN. They also focus on detection, prevention, and mitigation of signaling storms. Usecases: Enhanced network performance, improved cross-domain operations, optimized AI/ML functionalities, efficient signaling management. Examples: 5G Core assistance for AIML data exchange, Architecture extensions for cross-domain AI/ML functionalities. Unique keywords: AI/ML, 5G system, cross-domain, AIML data exchange, RAN AI-based positioning. Company Name: AT&T Company Block Name: Operators

TOPIC: Next Generation Real-Time Communication Definition: AT&T proposes objectives for Next Generation Real-Time Communication in Release 19. These objectives include supporting interworking and roaming of IMS data channel, enhancing IM

@jaimejim
jaimejim / 3GPP-TS-23434.txt
Created June 15, 2023 14:07
3GPP TS 23.434 V17.7.0 (2022-09) Technical Specification
3GPP TS 23.434 V17.7.0 (2022-09)
Technical Specification
3rd Generation Partnership Project;
Technical Specification Group Services and System Aspects;
Service Enabler Architecture Layer for Verticals (SEAL);
Functional architecture and information flows;
(Release 17)
@jaimejim
jaimejim / aiocoap 5.00
Created March 25, 2023 14:26
aicoap returns 5.00
When trying
./aiocoap-client -m PUT coap://127.0.0.1:5683/ps --payload "{\"topic_name\": \"Room Temperature Sensor\", \"resource_type\": \"core.ps.conf\", \"media_type\": \"application/json\", \"target_attribute\": \"temperature\", \"expiration_date\": \"2023-04-05T23:59:59Z\", \"max_subscribers\": 100}"
i get this error
File "/Users/ejajimn/code/aiocoap/aiocoap/pipe.py", line 196, in wrapped
await coroutine
File "/Users/ejajimn/code/aiocoap/aiocoap/protocol.py", line 370, in _render_to_pipe
return await self.serversite.render_to_pipe(pipe)
Company Name Product Name Product Description CoAP Usage Year Deployed Reference Link
Philips Hue Smart lighting system Communication between light bulbs and hub 2012 https://www2.meethue.com/en-us
@jaimejim
jaimejim / gist:d1fb3688e0fd07b85de3170a82e4ff9d
Created February 14, 2023 19:52
151 copywriting prompts for chatgpt
# 150 ChatGPT prompts
## Become a top 1% marketing copywriter
1. What is the AIDA model and how can it be used in copywriting?
2. How can I use the PAS formula to create persuasive copy?
3. What is the difference between a feature and a benefit in copywriting?
4. How can I use storytelling in my copywriting to connect with my audience?
5. What are some common copywriting formulas and how can they be used?
6. How can I use social proof in my copywriting to build trust with my audience?
<?xml version="1.0" encoding="UTF-8" ?>
<LWM2M xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://openmobilealliance.org/tech/profiles/LWM2M.xsd">
<Object ObjectType="MODefinition">
<ObjectID>3001</ObjectID>
<ObjectURN>urn:oma:lwm2m:ext:3001</ObjectURN>
<Name>Level</Name>
<MultipleInstances>Multiple</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Description>Sensor or Actuator for Proportional Level Control</Description>
<Resources>
LWM2M:
Object:
ObjectID: 3001
ObjectURN: "urn:oma:lwm2m:ext:3001"
Name: Level
MultipleInstances: Multiple
Mandatory: Optional
Description: "Sensor or Actuator for Proportional Level Control"
Resources:
-

Dockerized Mbed CLI

1. Dockerfile

Create this file named as Dockerfile

FROM debian:9-slim

RUN dpkg --add-architecture i386 \